Shades of Mindaro #CAF25D
Tints of Mindaro #CAF25D
RGB
CMYK
RGB Variations
Color information
#CAF25D (or 0xCAF25D) is known color: Mindaro. HEX triplet: CA, F2 and 5D. RGB value is (202,242,93). Sum of RGB (Red+Green+Blue) = 202+242+93=537 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.62% from 537); Green value is 242 (94.92% from 255 or 45.07% from 537); Blue value is 93 (36.72% from 255 or 17.32% from 537); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF25D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF25D is #350DA2. Grayscale: #D5D5D5. Windows color (decimal): -3476899 or 6157002. OLE color: 6157002.
HSL color Cylindrical-coordinate representation of color #CAF25D: hue angle of 76.11º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CAF25D is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 242 | 93 | - |
| CMYK | 0.17 | 0 | 0.62 | 0.05 |
| HSL | 76.11º | 0.85% | 0.66% | - |
| HSV(B) | 76.11º | 0.62% | 0.95% | - |
| XYZ | 58.09 | 76.85 | 22.13 | - |
| YUV | 213.05 | 60.25 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 242 | 93 | 0.17 | 0 | 0.62 | 0.05 | 76.11 | 0.85 | 0.66 |
| Hex | CA | F2 | 5D | 11 | 0 | 3E | 5 | 4C | 55 | 42 |
| Octal | 312 | 362 | 135 | 21 | 0 | 76 | 5 | 114 | 125 | 102 |
| Binary | 11001010 | 11110010 | 1011101 | 10001 | 0 | 111110 | 101 | 1001100 | 1010101 | 1000010 |
Color Harmonies of #CAF25D
Complementary color
Monochromatic Colors of #CAF25D
Black with #CAF25D
Text Example
Text Example
White with #CAF25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF25D; }
p { color: rgb(202,242,93); }
H1.HeaderClassName
{
color: #CAF25D;
}
.AnyTagClassName
{
color: #CAF25D;
}
</style>
background-color css
<style>
a { background-color: #CAF25D; }
a { background-color: rgb(202,242,93); }
div.DivClassName
{
background-color: #CAF25D;
}
.BgClassName
{
background-color: #CAF25D;
}
</style>
border-color css
<style>
span { border-color: #CAF25D; }
span { border-color: rgb(202,242,93); }
td.TdClassName
{
border-color: #CAF25D;
}
.TagClassName
{
border-color: #CAF25D;
}
</style>