Html Css Color HEX #CCEA55 Mindaro

📋 copy color: '#CCEA55'

red 204 ◦ green 234 ◦ blue 85

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

Shades of Mindaro #CCEA55

Tints of Mindaro #CCEA55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 16.25%

R = 39.01%
G = 44.74%
B = 16.25%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#CCEA55 (or 0xCCEA55) is known color: Mindaro. HEX triplet: CC, EA and 55. RGB value is (204,234,85). Sum of RGB (Red+Green+Blue) = 204+234+85=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 234 (91.80% from 255 or 44.74% from 523); Blue value is 85 (33.59% from 255 or 16.25% from 523); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEA55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCEA55 is #3315AA. Grayscale: #D0D0D0. Windows color (decimal): -3347883 or 5630668. OLE color: 5630668.

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

Color convert

RGB 204 234 85 -
CMYK 0.13 0 0.64 0.08
HSL 72.08º 0.78% 0.63% -
HSV(B) 72.08º 0.64% 0.92% -
XYZ 55.96 72.34 19.61 -
YUV 208.04 58.56 125.12 -
System Red Green Blue C M Y K H S L
Decimal 204 234 85 0.13 0 0.64 0.08 72.08 0.78 0.63
Hex CC EA 55 D 0 40 8 48 4E 3F
Octal 314 352 125 15 0 100 10 110 116 77
Binary 11001100 11101010 1010101 1101 0 1000000 1000 1001000 1001110 111111

Color Harmonies of #CCEA55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEA55

Black with #CCEA55

Text Example


Text Example

White with #CCEA55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEA55; }

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

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

background-color css

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

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

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

border-color css

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

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

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