#CAE06D

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

Shades of Mindaro #CAE06D

Tints of Mindaro #CAE06D

Color information

#CAE06D (or 0xCAE06D) is unknown color: approx Mindaro. HEX triplet: CA, E0 and 6D. RGB value is (202,224,109). Sum of RGB (Red+Green+Blue) = 202+224+109=535 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.76% from 535); Green value is 224 (87.89% from 255 or 41.87% from 535); Blue value is 109 (42.97% from 255 or 20.37% from 535); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE06D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE06D is #351F92. Grayscale: #CCCCCC. Windows color (decimal): -3481491 or 7200970. OLE color: 7200970.

HSL color Cylindrical-coordinate representation of color #CAE06D: hue angle of 71.48º 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 #CAE06D is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB202224109-
CMYK0.1000.510.12
HSL71.48º64.97%65.29%-
HSV(B)71.48º51.34%87.84%-
XYZ53.7766.9724.56-
YUV204.3174.21126.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.76%
GREEN value IS 224 (87.89% from 255) = 41.87%
BLUE value IS 109 (42.97% from 255) = 20.37%
R=37.76%
G=41.87%
B=20.37%

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
Decimal2022241090.1000.510.1271.4864.9765.29
HexCAE06DA033C474141
Octal3123401551206314107101101
Binary11001010111000001101101101001100111100100011110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE06D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE06D; }

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

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

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

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

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

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

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

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