Shades of Mindaro #CAFF5C
Tints of Mindaro #CAFF5C
RGB
CMYK
RGB Variations
Color information
#CAFF5C (or 0xCAFF5C) is known color: Mindaro. HEX triplet: CA, FF and 5C. RGB value is (202,255,92). Sum of RGB (Red+Green+Blue) = 202+255+92=549 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.79% from 549); Green value is 255 (100% from 255 or 46.45% from 549); Blue value is 92 (36.33% from 255 or 16.76% from 549); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFF5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAFF5C is #3500A3. Grayscale: #DDDDDD. Windows color (decimal): -3473572 or 6094794. OLE color: 6094794.
HSL color Cylindrical-coordinate representation of color #CAFF5C: hue angle of 79.51º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CAFF5C is Cyan = 0.21, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 255 | 92 | - |
| CMYK | 0.21 | 0 | 0.64 | 0 |
| HSL | 79.51º | 1% | 0.68% | - |
| HSV(B) | 79.51º | 0.64% | 1% | - |
| XYZ | 62.05 | 84.85 | 23.23 | - |
| YUV | 220.57 | 55.44 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 255 | 92 | 0.21 | 0 | 0.64 | 0 | 79.51 | 1 | 0.68 |
| Hex | CA | FF | 5C | 15 | 0 | 40 | 0 | 50 | 64 | 44 |
| Octal | 312 | 377 | 134 | 25 | 0 | 100 | 0 | 120 | 144 | 104 |
| Binary | 11001010 | 11111111 | 1011100 | 10101 | 0 | 1000000 | 0 | 1010000 | 1100100 | 1000100 |
Color Harmonies of #CAFF5C
Complementary color
Monochromatic Colors of #CAFF5C
Black with #CAFF5C
Text Example
Text Example
White with #CAFF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFF5C; }
p { color: rgb(202,255,92); }
H1.HeaderClassName
{
color: #CAFF5C;
}
.AnyTagClassName
{
color: #CAFF5C;
}
</style>
background-color css
<style>
a { background-color: #CAFF5C; }
a { background-color: rgb(202,255,92); }
div.DivClassName
{
background-color: #CAFF5C;
}
.BgClassName
{
background-color: #CAFF5C;
}
</style>
border-color css
<style>
span { border-color: #CAFF5C; }
span { border-color: rgb(202,255,92); }
td.TdClassName
{
border-color: #CAFF5C;
}
.TagClassName
{
border-color: #CAFF5C;
}
</style>