#CAE165

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

Shades of Mindaro #CAE165

Tints of Mindaro #CAE165

Color information

#CAE165 (or 0xCAE165) is unknown color: approx Mindaro. HEX triplet: CA, E1 and 65. RGB value is (202,225,101). Sum of RGB (Red+Green+Blue) = 202+225+101=528 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.26% from 528); Green value is 225 (88.28% from 255 or 42.61% from 528); Blue value is 101 (39.84% from 255 or 19.13% from 528); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE165 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE165 is #351E9A. Grayscale: #CCCCCC. Windows color (decimal): -3481243 or 6676938. OLE color: 6676938.

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

Color convert

RGB202225101-
CMYK0.1000.550.12
HSL71.13º67.39%63.92%-
HSV(B)71.13º55.11%88.24%-
XYZ53.6367.3522.48-
YUV203.9969.88126.58-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.26%
GREEN value IS 225 (88.28% from 255) = 42.61%
BLUE value IS 101 (39.84% from 255) = 19.13%
R=38.26%
G=42.61%
B=19.13%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2022251010.1000.550.1271.1367.3963.92
HexCAE165A037C474340
Octal3123411451206714107103100
Binary11001010111000011100101101001101111100100011110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE165; }

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

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

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

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

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

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

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

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