Html Css Color HEX #CCEA56 Mindaro

📋 copy color: '#CCEA56'

red 204 ◦ green 234 ◦ blue 86

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

Shades of Mindaro #CCEA56

Tints of Mindaro #CCEA56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 16.41%

R = 38.93%
G = 44.66%
B = 16.41%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.63

 K value IS 0.08

RGB Variations

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

Color information

#CCEA56 (or 0xCCEA56) is known color: Mindaro. HEX triplet: CC, EA and 56. RGB value is (204,234,86). Sum of RGB (Red+Green+Blue) = 204+234+86=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 234 (91.80% from 255 or 44.66% from 524); Blue value is 86 (33.98% from 255 or 16.41% from 524); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEA56 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCEA56 is #3315A9. Grayscale: #D0D0D0. Windows color (decimal): -3347882 or 5696204. OLE color: 5696204.

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

Color convert

RGB 204 234 86 -
CMYK 0.13 0 0.63 0.08
HSL 72.16º 0.78% 0.63% -
HSV(B) 72.16º 0.63% 0.92% -
XYZ 56 72.35 19.82 -
YUV 208.16 59.06 125.03 -
System Red Green Blue C M Y K H S L
Decimal 204 234 86 0.13 0 0.63 0.08 72.16 0.78 0.63
Hex CC EA 56 D 0 3F 8 48 4E 3F
Octal 314 352 126 15 0 77 10 110 116 77
Binary 11001100 11101010 1010110 1101 0 111111 1000 1001000 1001110 111111

Color Harmonies of #CCEA56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEA56

Black with #CCEA56

Text Example


Text Example

White with #CCEA56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEA56; }

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

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

background-color css

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

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

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

border-color css

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

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

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