Html Css Color HEX #CCEA66 Mindaro

📋 copy color: '#CCEA66'

red 204 ◦ green 234 ◦ blue 102

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

Shades of Mindaro #CCEA66

Tints of Mindaro #CCEA66

RGB

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

 GREEN value IS 234 (91.8% from 255) = 43.33%

 BLUE value IS 102 (40.23% from 255) = 18.89%

R = 37.78%
G = 43.33%
B = 18.89%

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

#CCEA66 (or 0xCCEA66) is known color: Mindaro. HEX triplet: CC, EA and 66. RGB value is (204,234,102). Sum of RGB (Red+Green+Blue) = 204+234+102=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 234 (91.80% from 255 or 43.33% from 540); Blue value is 102 (40.23% from 255 or 18.89% from 540); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEA66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCEA66 is #331599. Grayscale: #D2D2D2. Windows color (decimal): -3347866 or 6744780. OLE color: 6744780.

HSL color Cylindrical-coordinate representation of color #CCEA66: hue angle of 73.64º degrees, saturation: 0.76, 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 #CCEA66 is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 234 102 -
CMYK 0.13 0 0.56 0.08
HSL 73.64º 0.76% 0.66% -
HSV(B) 73.64º 0.56% 0.92% -
XYZ 56.72 72.64 23.6 -
YUV 209.98 67.06 123.73 -
System Red Green Blue C M Y K H S L
Decimal 204 234 102 0.13 0 0.56 0.08 73.64 0.76 0.66
Hex CC EA 66 D 0 38 8 4A 4C 42
Octal 314 352 146 15 0 70 10 112 114 102
Binary 11001100 11101010 1100110 1101 0 111000 1000 1001010 1001100 1000010

Color Harmonies of #CCEA66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEA66

Black with #CCEA66

Text Example


Text Example

White with #CCEA66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEA66; }

 p { color: rgb(204,234,102); }

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

background-color css

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

 a { background-color: rgb(204,234,102); }

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

border-color css

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

 span { border-color: rgb(204,234,102); }

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