#CAE16C

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

Shades of Mindaro #CAE16C

Tints of Mindaro #CAE16C

Color information

#CAE16C (or 0xCAE16C) is unknown color: approx Mindaro. HEX triplet: CA, E1 and 6C. RGB value is (202,225,108). Sum of RGB (Red+Green+Blue) = 202+225+108=535 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.76% from 535); Green value is 225 (88.28% from 255 or 42.06% from 535); Blue value is 108 (42.58% from 255 or 20.19% from 535); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE16C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE16C is #351E93. Grayscale: #CDCDCD. Windows color (decimal): -3481236 or 7135690. OLE color: 7135690.

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

Color convert

RGB202225108-
CMYK0.1000.520.12
HSL71.79º66.1%65.29%-
HSV(B)71.79º52%88.24%-
XYZ53.9967.4924.37-
YUV204.7873.38126.01-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.76%
GREEN value IS 225 (88.28% from 255) = 42.06%
BLUE value IS 108 (42.58% from 255) = 20.19%
R=37.76%
G=42.06%
B=20.19%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2022251080.1000.520.1271.7966.165.29
HexCAE16CA034C484241
Octal3123411541206414110102101
Binary11001010111000011101100101001101001100100100010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE16C; }

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

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

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

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

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

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

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

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