#CAE06B

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

Shades of Mindaro #CAE06B

Tints of Mindaro #CAE06B

Color information

#CAE06B (or 0xCAE06B) is unknown color: approx Mindaro. HEX triplet: CA, E0 and 6B. RGB value is (202,224,107). Sum of RGB (Red+Green+Blue) = 202+224+107=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 224 (87.89% from 255 or 42.03% from 533); Blue value is 107 (42.19% from 255 or 20.08% from 533); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE06B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE06B is #351F94. Grayscale: #CCCCCC. Windows color (decimal): -3481493 or 7069898. OLE color: 7069898.

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

Color convert

RGB202224107-
CMYK0.1000.520.12
HSL71.28º65.36%64.9%-
HSV(B)71.28º52.23%87.84%-
XYZ53.6766.9324-
YUV204.0873.21126.51-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.90%
GREEN value IS 224 (87.89% from 255) = 42.03%
BLUE value IS 107 (42.19% from 255) = 20.08%
R=37.90%
G=42.03%
B=20.08%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2022241070.1000.520.1271.2865.3664.9
HexCAE06BA034C474141
Octal3123401531206414107101101
Binary11001010111000001101011101001101001100100011110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE06B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE06B; }

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

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

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

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

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

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

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

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