#CAE064

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

Shades of Mindaro #CAE064

Tints of Mindaro #CAE064

Color information

#CAE064 (or 0xCAE064) is unknown color: approx Mindaro. HEX triplet: CA, E0 and 64. RGB value is (202,224,100). Sum of RGB (Red+Green+Blue) = 202+224+100=526 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.40% from 526); Green value is 224 (87.89% from 255 or 42.59% from 526); Blue value is 100 (39.45% from 255 or 19.01% from 526); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE064 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE064 is #351F9B. Grayscale: #CBCBCB. Windows color (decimal): -3481500 or 6611146. OLE color: 6611146.

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

Color convert

RGB202224100-
CMYK0.1000.550.12
HSL70.65º66.67%63.53%-
HSV(B)70.65º55.36%87.84%-
XYZ53.3166.7922.14-
YUV203.2969.71127.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.40%
GREEN value IS 224 (87.89% from 255) = 42.59%
BLUE value IS 100 (39.45% from 255) = 19.01%
R=38.40%
G=42.59%
B=19.01%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2022241000.1000.550.1270.6566.6763.53
HexCAE064A037C474340
Octal3123401441206714107103100
Binary11001010111000001100100101001101111100100011110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE064; }

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

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

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

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

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

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

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

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