#CAE15C

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

Shades of Mindaro #CAE15C

Tints of Mindaro #CAE15C

Color information

#CAE15C (or 0xCAE15C) is unknown color: approx Mindaro. HEX triplet: CA, E1 and 5C. RGB value is (202,225,92). Sum of RGB (Red+Green+Blue) = 202+225+92=519 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.92% from 519); Green value is 225 (88.28% from 255 or 43.35% from 519); Blue value is 92 (36.33% from 255 or 17.73% from 519); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE15C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE15C is #351EA3. Grayscale: #CBCBCB. Windows color (decimal): -3481252 or 6087114. OLE color: 6087114.

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

Color convert

RGB20222592-
CMYK0.1000.590.12
HSL70.38º68.91%62.16%-
HSV(B)70.38º59.11%88.24%-
XYZ53.2167.1820.29-
YUV202.9665.38127.31-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.92%
GREEN value IS 225 (88.28% from 255) = 43.35%
BLUE value IS 92 (36.33% from 255) = 17.73%
R=38.92%
G=43.35%
B=17.73%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal202225920.1000.590.1270.3868.9162.16
HexCAE15CA03BC46453e
Octal312341134120731410610576
Binary1100101011100001101110010100111011110010001101000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE15C; }

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

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

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

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

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

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

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

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