Html Css Color HEX #CCE864 Mindaro

📋 copy color: '#CCE864'

red 204 ◦ green 232 ◦ blue 100

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

Shades of Mindaro #CCE864

Tints of Mindaro #CCE864

RGB

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

 GREEN value IS 232 (91.02% from 255) = 43.28%

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

R = 38.06%
G = 43.28%
B = 18.66%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.57

 K value IS 0.09

RGB Variations

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

Color information

#CCE864 (or 0xCCE864) is known color: Mindaro. HEX triplet: CC, E8 and 64. RGB value is (204,232,100). Sum of RGB (Red+Green+Blue) = 204+232+100=536 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.06% from 536); Green value is 232 (91.02% from 255 or 43.28% from 536); Blue value is 100 (39.45% from 255 or 18.66% from 536); Max value from RGB is 232 - color contains mainly: green. Hex color #CCE864 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCE864 is #33179B. Grayscale: #D1D1D1. Windows color (decimal): -3348380 or 6613196. OLE color: 6613196.

HSL color Cylindrical-coordinate representation of color #CCE864: hue angle of 72.73º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CCE864 is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.

Color convert

RGB 204 232 100 -
CMYK 0.12 0 0.57 0.09
HSL 72.73º 0.74% 0.65% -
HSV(B) 72.73º 0.57% 0.91% -
XYZ 56.06 71.47 22.9 -
YUV 208.58 66.72 124.73 -
System Red Green Blue C M Y K H S L
Decimal 204 232 100 0.12 0 0.57 0.09 72.73 0.74 0.65
Hex CC E8 64 C 0 39 9 49 4A 41
Octal 314 350 144 14 0 71 11 111 112 101
Binary 11001100 11101000 1100100 1100 0 111001 1001 1001001 1001010 1000001

Color Harmonies of #CCE864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE864

Black with #CCE864

Text Example


Text Example

White with #CCE864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE864; }

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

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

background-color css

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

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

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

border-color css

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

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

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