#CAEA66

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

Shades of Mindaro #CAEA66

Tints of Mindaro #CAEA66

Color information

#CAEA66 (or 0xCAEA66) is unknown color: approx Mindaro. HEX triplet: CA, EA and 66. RGB value is (202,234,102). Sum of RGB (Red+Green+Blue) = 202+234+102=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 234 (91.80% from 255 or 43.49% from 538); Blue value is 102 (40.23% from 255 or 18.96% from 538); Max value from RGB is 234 - color contains mainly: green. Hex color #CAEA66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAEA66 is #351599. Grayscale: #D1D1D1. Windows color (decimal): -3478938 or 6744778. OLE color: 6744778.

HSL color Cylindrical-coordinate representation of color #CAEA66: hue angle of 74.55º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CAEA66 is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB202234102-
CMYK0.1400.560.08
HSL74.55º75.86%65.88%-
HSV(B)74.55º56.41%91.76%-
XYZ56.1872.3623.58-
YUV209.3867.4122.73-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.55%
GREEN value IS 234 (91.80% from 255) = 43.49%
BLUE value IS 102 (40.23% from 255) = 18.96%
R=37.55%
G=43.49%
B=18.96%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2022341020.1400.560.0874.5575.8665.88
HexCAEA66E03884b4c42
Octal3123521461607010113114102
Binary11001010111010101100110111001110001000100101110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEA66; }

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

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

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

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

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

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

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

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