#CAE76C

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

Shades of Mindaro #CAE76C

Tints of Mindaro #CAE76C

Color information

#CAE76C (or 0xCAE76C) is unknown color: approx Mindaro. HEX triplet: CA, E7 and 6C. RGB value is (202,231,108). Sum of RGB (Red+Green+Blue) = 202+231+108=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 231 (90.62% from 255 or 42.70% from 541); Blue value is 108 (42.58% from 255 or 19.96% from 541); Max value from RGB is 231 - color contains mainly: green. Hex color #CAE76C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAE76C is #351893. Grayscale: #D0D0D0. Windows color (decimal): -3479700 or 7137226. OLE color: 7137226.

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

Color convert

RGB202231108-
CMYK0.1300.530.09
HSL74.15º71.93%66.47%-
HSV(B)74.15º53.25%90.59%-
XYZ55.6470.7924.92-
YUV208.3171.39123.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.34%
GREEN value IS 231 (90.62% from 255) = 42.70%
BLUE value IS 108 (42.58% from 255) = 19.96%
R=37.34%
G=42.70%
B=19.96%

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
Decimal2022311080.1300.530.0974.1571.9366.47
HexCAE76CD03594a4842
Octal3123471541506511112110102
Binary11001010111001111101100110101101011001100101010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE76C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE76C; }

 p { color: rgb(202,231,108); }

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

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

 a { background-color: rgb(202,231,108); }

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

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

 span { border-color: rgb(202,231,108); }

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