#CAE96E

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

Shades of Mindaro #CAE96E

Tints of Mindaro #CAE96E

Color information

#CAE96E (or 0xCAE96E) is unknown color: approx Mindaro. HEX triplet: CA, E9 and 6E. RGB value is (202,233,110). Sum of RGB (Red+Green+Blue) = 202+233+110=545 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.06% from 545); Green value is 233 (91.41% from 255 or 42.75% from 545); Blue value is 110 (43.36% from 255 or 20.18% from 545); Max value from RGB is 233 - color contains mainly: green. Hex color #CAE96E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAE96E is #351691. Grayscale: #D2D2D2. Windows color (decimal): -3479186 or 7268810. OLE color: 7268810.

HSL color Cylindrical-coordinate representation of color #CAE96E: hue angle of 75.12º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CAE96E is Cyan = 0.13, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB202233110-
CMYK0.1300.530.09
HSL75.12º73.65%67.25%-
HSV(B)75.12º52.79%91.37%-
XYZ56.3171.9625.67-
YUV209.7171.73122.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.06%
GREEN value IS 233 (91.41% from 255) = 42.75%
BLUE value IS 110 (43.36% from 255) = 20.18%
R=37.06%
G=42.75%
B=20.18%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2022331100.1300.530.0975.1273.6567.25
HexCAE96ED03594b4a43
Octal3123511561506511113112103
Binary11001010111010011101110110101101011001100101110010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE96E; }

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

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

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

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

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

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

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

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