Html Css Color HEX #CAE864 Mindaro

📋 copy color: '#CAE864'

red 202 ◦ green 232 ◦ blue 100

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

Shades of Mindaro #CAE864

Tints of Mindaro #CAE864

RGB

 RED value IS 202 (79.3% from 255) = 37.83%

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

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

R = 37.83%
G = 43.45%
B = 18.73%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.57

 K value IS 0.09

RGB Variations

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

Color information

#CAE864 (or 0xCAE864) is known color: Mindaro. HEX triplet: CA, E8 and 64. RGB value is (202,232,100). Sum of RGB (Red+Green+Blue) = 202+232+100=534 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.83% from 534); Green value is 232 (91.02% from 255 or 43.45% from 534); Blue value is 100 (39.45% from 255 or 18.73% from 534); Max value from RGB is 232 - color contains mainly: green. Hex color #CAE864 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAE864 is #35179B. Grayscale: #D0D0D0. Windows color (decimal): -3479452 or 6613194. OLE color: 6613194.

HSL color Cylindrical-coordinate representation of color #CAE864: hue angle of 73.64º 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 #CAE864 is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.

Color convert

RGB 202 232 100 -
CMYK 0.13 0 0.57 0.09
HSL 73.64º 0.74% 0.65% -
HSV(B) 73.64º 0.57% 0.91% -
XYZ 55.51 71.19 22.87 -
YUV 207.98 67.06 123.73 -
System Red Green Blue C M Y K H S L
Decimal 202 232 100 0.13 0 0.57 0.09 73.64 0.74 0.65
Hex CA E8 64 D 0 39 9 4A 4A 41
Octal 312 350 144 15 0 71 11 112 112 101
Binary 11001010 11101000 1100100 1101 0 111001 1001 1001010 1001010 1000001

Color Harmonies of #CAE864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE864

Black with #CAE864

Text Example


Text Example

White with #CAE864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE864; }

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

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

background-color css

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

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

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

border-color css

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

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

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