Shades of Mindaro #CAF15C
Tints of Mindaro #CAF15C
RGB
CMYK
RGB Variations
Color information
#CAF15C (or 0xCAF15C) is known color: Mindaro. HEX triplet: CA, F1 and 5C. RGB value is (202,241,92). Sum of RGB (Red+Green+Blue) = 202+241+92=535 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.76% from 535); Green value is 241 (94.53% from 255 or 45.05% from 535); Blue value is 92 (36.33% from 255 or 17.20% from 535); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF15C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF15C is #350EA3. Grayscale: #D4D4D4. Windows color (decimal): -3477156 or 6091210. OLE color: 6091210.
HSL color Cylindrical-coordinate representation of color #CAF15C: hue angle of 75.7º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CAF15C is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 241 | 92 | - |
| CMYK | 0.16 | 0 | 0.62 | 0.05 |
| HSL | 75.7º | 0.84% | 0.65% | - |
| HSV(B) | 75.7º | 0.62% | 0.95% | - |
| XYZ | 57.74 | 76.24 | 21.8 | - |
| YUV | 212.35 | 60.08 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 241 | 92 | 0.16 | 0 | 0.62 | 0.05 | 75.7 | 0.84 | 0.65 |
| Hex | CA | F1 | 5C | 10 | 0 | 3E | 5 | 4C | 54 | 41 |
| Octal | 312 | 361 | 134 | 20 | 0 | 76 | 5 | 114 | 124 | 101 |
| Binary | 11001010 | 11110001 | 1011100 | 10000 | 0 | 111110 | 101 | 1001100 | 1010100 | 1000001 |
Color Harmonies of #CAF15C
Complementary color
Monochromatic Colors of #CAF15C
Black with #CAF15C
Text Example
Text Example
White with #CAF15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF15C; }
p { color: rgb(202,241,92); }
H1.HeaderClassName
{
color: #CAF15C;
}
.AnyTagClassName
{
color: #CAF15C;
}
</style>
background-color css
<style>
a { background-color: #CAF15C; }
a { background-color: rgb(202,241,92); }
div.DivClassName
{
background-color: #CAF15C;
}
.BgClassName
{
background-color: #CAF15C;
}
</style>
border-color css
<style>
span { border-color: #CAF15C; }
span { border-color: rgb(202,241,92); }
td.TdClassName
{
border-color: #CAF15C;
}
.TagClassName
{
border-color: #CAF15C;
}
</style>