Shades of Mindaro #CAF25C
Tints of Mindaro #CAF25C
RGB
CMYK
RGB Variations
Color information
#CAF25C (or 0xCAF25C) is known color: Mindaro. HEX triplet: CA, F2 and 5C. RGB value is (202,242,92). Sum of RGB (Red+Green+Blue) = 202+242+92=536 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.69% from 536); Green value is 242 (94.92% from 255 or 45.15% from 536); Blue value is 92 (36.33% from 255 or 17.16% from 536); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF25C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF25C is #350DA3. Grayscale: #D5D5D5. Windows color (decimal): -3476900 or 6091466. OLE color: 6091466.
HSL color Cylindrical-coordinate representation of color #CAF25C: hue angle of 76º degrees, saturation: 0.85, 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 #CAF25C is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 242 | 92 | - |
| CMYK | 0.17 | 0 | 0.62 | 0.05 |
| HSL | 76º | 0.85% | 0.65% | - |
| HSV(B) | 76º | 0.62% | 0.95% | - |
| XYZ | 58.04 | 76.83 | 21.9 | - |
| YUV | 212.94 | 59.75 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 242 | 92 | 0.17 | 0 | 0.62 | 0.05 | 76 | 0.85 | 0.65 |
| Hex | CA | F2 | 5C | 11 | 0 | 3E | 5 | 4C | 55 | 41 |
| Octal | 312 | 362 | 134 | 21 | 0 | 76 | 5 | 114 | 125 | 101 |
| Binary | 11001010 | 11110010 | 1011100 | 10001 | 0 | 111110 | 101 | 1001100 | 1010101 | 1000001 |
Color Harmonies of #CAF25C
Complementary color
Monochromatic Colors of #CAF25C
Black with #CAF25C
Text Example
Text Example
White with #CAF25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF25C; }
p { color: rgb(202,242,92); }
H1.HeaderClassName
{
color: #CAF25C;
}
.AnyTagClassName
{
color: #CAF25C;
}
</style>
background-color css
<style>
a { background-color: #CAF25C; }
a { background-color: rgb(202,242,92); }
div.DivClassName
{
background-color: #CAF25C;
}
.BgClassName
{
background-color: #CAF25C;
}
</style>
border-color css
<style>
span { border-color: #CAF25C; }
span { border-color: rgb(202,242,92); }
td.TdClassName
{
border-color: #CAF25C;
}
.TagClassName
{
border-color: #CAF25C;
}
</style>