#CAE66E

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

Shades of Mindaro #CAE66E

Tints of Mindaro #CAE66E

Color information

#CAE66E (or 0xCAE66E) is unknown color: approx Mindaro. HEX triplet: CA, E6 and 6E. RGB value is (202,230,110). Sum of RGB (Red+Green+Blue) = 202+230+110=542 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.27% from 542); Green value is 230 (90.23% from 255 or 42.44% from 542); Blue value is 110 (43.36% from 255 or 20.30% from 542); Max value from RGB is 230 - color contains mainly: green. Hex color #CAE66E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAE66E is #351991. Grayscale: #D0D0D0. Windows color (decimal): -3479954 or 7268042. OLE color: 7268042.

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

Color convert

RGB202230110-
CMYK0.1200.520.10
HSL74º70.59%66.67%-
HSV(B)74º52.17%90.2%-
XYZ55.4770.2825.39-
YUV207.9572.72123.76-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.27%
GREEN value IS 230 (90.23% from 255) = 42.44%
BLUE value IS 110 (43.36% from 255) = 20.30%
R=37.27%
G=42.44%
B=20.30%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2022301100.1200.520.107470.5966.67
HexCAE66EC034A4a4743
Octal3123461561406412112107103
Binary11001010111001101101110110001101001010100101010001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE66E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE66E; }

 p { color: rgb(202,230,110); }

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

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

 a { background-color: rgb(202,230,110); }

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

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

 span { border-color: rgb(202,230,110); }

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