Html Css Color HEX #CCE555 Mindaro

📋 copy color: '#CCE555'

red 204 ◦ green 229 ◦ blue 85

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

Shades of Mindaro #CCE555

Tints of Mindaro #CCE555

RGB

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

 GREEN value IS 229 (89.84% from 255) = 44.21%

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

R = 39.38%
G = 44.21%
B = 16.41%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.63

 K value IS 0.10

RGB Variations

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

Color information

#CCE555 (or 0xCCE555) is known color: Mindaro. HEX triplet: CC, E5 and 55. RGB value is (204,229,85). Sum of RGB (Red+Green+Blue) = 204+229+85=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 229 (89.84% from 255 or 44.21% from 518); Blue value is 85 (33.59% from 255 or 16.41% from 518); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE555 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE555 is #331AAA. Grayscale: #CDCDCD. Windows color (decimal): -3349163 or 5629388. OLE color: 5629388.

HSL color Cylindrical-coordinate representation of color #CCE555: hue angle of 70.42º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CCE555 is Cyan = 0.11, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.10.

Color convert

RGB 204 229 85 -
CMYK 0.11 0 0.63 0.10
HSL 70.42º 0.73% 0.62% -
HSV(B) 70.42º 0.63% 0.9% -
XYZ 54.56 69.53 19.14 -
YUV 205.11 60.22 127.21 -
System Red Green Blue C M Y K H S L
Decimal 204 229 85 0.11 0 0.63 0.10 70.42 0.73 0.62
Hex CC E5 55 B 0 3F A 46 49 3E
Octal 314 345 125 13 0 77 12 106 111 76
Binary 11001100 11100101 1010101 1011 0 111111 1010 1000110 1001001 111110

Color Harmonies of #CCE555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE555

Black with #CCE555

Text Example


Text Example

White with #CCE555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE555; }

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

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

background-color css

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

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

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

border-color css

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

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

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