Shades of Mindaro #CFFE52
Tints of Mindaro #CFFE52
RGB
CMYK
RGB Variations
Color information
#CFFE52 (or 0xCFFE52) is known color: Mindaro. HEX triplet: CF, FE and 52. RGB value is (207,254,82). Sum of RGB (Red+Green+Blue) = 207+254+82=543 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.12% from 543); Green value is 254 (99.61% from 255 or 46.78% from 543); Blue value is 82 (32.42% from 255 or 15.10% from 543); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFE52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFFE52 is #3001AD. Grayscale: #DCDCDC. Windows color (decimal): -3146158 or 5439183. OLE color: 5439183.
HSL color Cylindrical-coordinate representation of color #CFFE52: hue angle of 76.4º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CFFE52 is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 254 | 82 | - |
| CMYK | 0.19 | 0 | 0.68 | 0.00 |
| HSL | 76.4º | 0.99% | 0.66% | - |
| HSV(B) | 76.4º | 0.68% | 1% | - |
| XYZ | 62.7 | 84.76 | 21.04 | - |
| YUV | 220.34 | 49.93 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 254 | 82 | 0.19 | 0 | 0.68 | 0.00 | 76.4 | 0.99 | 0.66 |
| Hex | CF | FE | 52 | 13 | 0 | 44 | 0 | 4C | 63 | 42 |
| Octal | 317 | 376 | 122 | 23 | 0 | 104 | 0 | 114 | 143 | 102 |
| Binary | 11001111 | 11111110 | 1010010 | 10011 | 0 | 1000100 | 0 | 1001100 | 1100011 | 1000010 |
Color Harmonies of #CFFE52
Complementary color
Monochromatic Colors of #CFFE52
Black with #CFFE52
Text Example
Text Example
White with #CFFE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFE52; }
p { color: rgb(207,254,82); }
H1.HeaderClassName
{
color: #CFFE52;
}
.AnyTagClassName
{
color: #CFFE52;
}
</style>
background-color css
<style>
a { background-color: #CFFE52; }
a { background-color: rgb(207,254,82); }
div.DivClassName
{
background-color: #CFFE52;
}
.BgClassName
{
background-color: #CFFE52;
}
</style>
border-color css
<style>
span { border-color: #CFFE52; }
span { border-color: rgb(207,254,82); }
td.TdClassName
{
border-color: #CFFE52;
}
.TagClassName
{
border-color: #CFFE52;
}
</style>