Html Css Color HEX #CCEB68 Mindaro

📋 copy color: '#CCEB68'

red 204 ◦ green 235 ◦ blue 104

#CCEB68
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mindaro #CCEB68

Tints of Mindaro #CCEB68

RGB

 RED value IS 204 (80.08% from 255) = 37.57%

 GREEN value IS 235 (92.19% from 255) = 43.28%

 BLUE value IS 104 (41.02% from 255) = 19.15%

R = 37.57%
G = 43.28%
B = 19.15%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.56

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CCEB68 (or 0xCCEB68) is known color: Mindaro. HEX triplet: CC, EB and 68. RGB value is (204,235,104). Sum of RGB (Red+Green+Blue) = 204+235+104=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 235 (92.19% from 255 or 43.28% from 543); Blue value is 104 (41.02% from 255 or 19.15% from 543); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEB68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCEB68 is #331497. Grayscale: #D3D3D3. Windows color (decimal): -3347608 or 6876108. OLE color: 6876108.

HSL color Cylindrical-coordinate representation of color #CCEB68: hue angle of 74.2º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CCEB68 is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 235 104 -
CMYK 0.13 0 0.56 0.08
HSL 74.2º 0.77% 0.66% -
HSV(B) 74.2º 0.56% 0.92% -
XYZ 57.11 73.25 24.23 -
YUV 210.8 67.73 123.15 -
System Red Green Blue C M Y K H S L
Decimal 204 235 104 0.13 0 0.56 0.08 74.2 0.77 0.66
Hex CC EB 68 D 0 38 8 4A 4D 42
Octal 314 353 150 15 0 70 10 112 115 102
Binary 11001100 11101011 1101000 1101 0 111000 1000 1001010 1001101 1000010

Color Harmonies of #CCEB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEB68

Black with #CCEB68

Text Example


Text Example

White with #CCEB68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEB68; }

 p { color: rgb(204,235,104); }

 H1.HeaderClassName
 {
   color: #CCEB68;
 }
 .AnyTagClassName
 {
   color: #CCEB68;
 }
</style>

background-color css

<style>
 a { background-color: #CCEB68; }

 a { background-color: rgb(204,235,104); }

 div.DivClassName
 {
   background-color: #CCEB68;
 }
 .BgClassName
 {
   background-color: #CCEB68;
 }
</style>

border-color css

<style>
 span { border-color: #CCEB68; }

 span { border-color: rgb(204,235,104); }

 td.TdClassName
 {
   border-color: #CCEB68;
 }
 .TagClassName
 {
   border-color: #CCEB68;
 }
</style>