#CAF15E

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

Shades of Mindaro #CAF15E

Tints of Mindaro #CAF15E

Color information

#CAF15E (or 0xCAF15E) is unknown color: approx Mindaro. HEX triplet: CA, F1 and 5E. RGB value is (202,241,94). Sum of RGB (Red+Green+Blue) = 202+241+94=537 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.62% from 537); Green value is 241 (94.53% from 255 or 44.88% from 537); Blue value is 94 (37.11% from 255 or 17.50% from 537); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF15E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF15E is #350EA1. Grayscale: #D5D5D5. Windows color (decimal): -3477154 or 6222282. OLE color: 6222282.

HSL color Cylindrical-coordinate representation of color #CAF15E: hue angle of 75.92º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CAF15E is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB20224194-
CMYK0.1600.610.05
HSL75.92º84%65.69%-
HSV(B)75.92º61%94.51%-
XYZ57.8376.2822.26-
YUV212.5861.08120.45-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.62%
GREEN value IS 241 (94.53% from 255) = 44.88%
BLUE value IS 94 (37.11% from 255) = 17.50%
R=37.62%
G=44.88%
B=17.50%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal202241940.1600.610.0575.928465.69
HexCAF15E1003D54c5442
Octal312361136200755114124102
Binary11001010111100011011110100000111101101100110010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF15E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF15E; }

 p { color: rgb(202,241,94); }

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

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

 a { background-color: rgb(202,241,94); }

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

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

 span { border-color: rgb(202,241,94); }

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