#CAE06E

Color #CAE06E Mindaro (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mindaro #CAE06E

Tints of Mindaro #CAE06E

Color information

#CAE06E (or 0xCAE06E) is unknown color: approx Mindaro. HEX triplet: CA, E0 and 6E. RGB value is (202,224,110). Sum of RGB (Red+Green+Blue) = 202+224+110=536 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.69% from 536); Green value is 224 (87.89% from 255 or 41.79% from 536); Blue value is 110 (43.36% from 255 or 20.52% from 536); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE06E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE06E is #351F91. Grayscale: #CCCCCC. Windows color (decimal): -3481490 or 7266506. OLE color: 7266506.

HSL color Cylindrical-coordinate representation of color #CAE06E: hue angle of 71.58º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CAE06E is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB202224110-
CMYK0.1000.510.12
HSL71.58º64.77%65.49%-
HSV(B)71.58º50.89%87.84%-
XYZ53.8366.9924.85-
YUV204.4374.71126.27-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.69%
GREEN value IS 224 (87.89% from 255) = 41.79%
BLUE value IS 110 (43.36% from 255) = 20.52%
R=37.69%
G=41.79%
B=20.52%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2022241100.1000.510.1271.5864.7765.49
HexCAE06EA033C484141
Octal3123401561206314110101101
Binary11001010111000001101110101001100111100100100010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE06E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE06E; }

 p { color: rgb(202,224,110); }

 H1.HeaderClassName
 {
   color: #CAE06E;
 }
 .AnyTagClassName
 {
   color: #CAE06E;
 }
</style>
background-color css

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

 a { background-color: rgb(202,224,110); }

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

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

 span { border-color: rgb(202,224,110); }

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