Html Css Color HEX #CCE564 Mindaro

📋 copy color: '#CCE564'

red 204 ◦ green 229 ◦ blue 100

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

Shades of Mindaro #CCE564

Tints of Mindaro #CCE564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.76%

R = 38.27%
G = 42.96%
B = 18.76%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.56

 K value IS 0.10

RGB Variations

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

Color information

#CCE564 (or 0xCCE564) is known color: Mindaro. HEX triplet: CC, E5 and 64. RGB value is (204,229,100). Sum of RGB (Red+Green+Blue) = 204+229+100=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 229 (89.84% from 255 or 42.96% from 533); Blue value is 100 (39.45% from 255 or 18.76% from 533); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE564 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE564 is #331A9B. Grayscale: #CFCFCF. Windows color (decimal): -3349148 or 6612428. OLE color: 6612428.

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

Color convert

RGB 204 229 100 -
CMYK 0.11 0 0.56 0.10
HSL 71.63º 0.71% 0.65% -
HSV(B) 71.63º 0.56% 0.9% -
XYZ 55.22 69.8 22.62 -
YUV 206.82 67.72 125.99 -
System Red Green Blue C M Y K H S L
Decimal 204 229 100 0.11 0 0.56 0.10 71.63 0.71 0.65
Hex CC E5 64 B 0 38 A 48 47 41
Octal 314 345 144 13 0 70 12 110 107 101
Binary 11001100 11100101 1100100 1011 0 111000 1010 1001000 1000111 1000001

Color Harmonies of #CCE564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE564

Black with #CCE564

Text Example


Text Example

White with #CCE564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE564; }

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

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

background-color css

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

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

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

border-color css

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

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

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