#CAE566

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

Shades of Mindaro #CAE566

Tints of Mindaro #CAE566

Color information

#CAE566 (or 0xCAE566) is unknown color: approx Mindaro. HEX triplet: CA, E5 and 66. RGB value is (202,229,102). Sum of RGB (Red+Green+Blue) = 202+229+102=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 229 (89.84% from 255 or 42.96% from 533); Blue value is 102 (40.23% from 255 or 19.14% from 533); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE566 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE566 is #351A99. Grayscale: #CECECE. Windows color (decimal): -3480218 or 6743498. OLE color: 6743498.

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

Color convert

RGB202229102-
CMYK0.1200.550.10
HSL72.76º70.95%64.9%-
HSV(B)72.76º55.46%89.8%-
XYZ54.7769.5523.11-
YUV206.4569.05124.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.90%
GREEN value IS 229 (89.84% from 255) = 42.96%
BLUE value IS 102 (40.23% from 255) = 19.14%
R=37.90%
G=42.96%
B=19.14%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2022291020.1200.550.1072.7670.9564.9
HexCAE566C037A494741
Octal3123451461406712111107101
Binary11001010111001011100110110001101111010100100110001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE566; }

 p { color: rgb(202,229,102); }

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

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

 a { background-color: rgb(202,229,102); }

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

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

 span { border-color: rgb(202,229,102); }

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