#CAE564

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

Shades of Mindaro #CAE564

Tints of Mindaro #CAE564

Color information

#CAE564 (or 0xCAE564) is unknown color: approx Mindaro. HEX triplet: CA, E5 and 64. RGB value is (202,229,100). Sum of RGB (Red+Green+Blue) = 202+229+100=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 229 (89.84% from 255 or 43.13% from 531); Blue value is 100 (39.45% from 255 or 18.83% from 531); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE564 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE564 is #351A9B. Grayscale: #CECECE. Windows color (decimal): -3480220 or 6612426. OLE color: 6612426.

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

Color convert

RGB202229100-
CMYK0.1200.560.10
HSL72.56º71.27%64.51%-
HSV(B)72.56º56.33%89.8%-
XYZ54.6869.5222.59-
YUV206.2268.05124.99-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.04%
GREEN value IS 229 (89.84% from 255) = 43.13%
BLUE value IS 100 (39.45% from 255) = 18.83%
R=38.04%
G=43.13%
B=18.83%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2022291000.1200.560.1072.5671.2764.51
HexCAE564C038A494741
Octal3123451441407012111107101
Binary11001010111001011100100110001110001010100100110001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE564; }

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

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

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

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

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

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

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

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