Shades of Mindaro #CFFF52
Tints of Mindaro #CFFF52
RGB
CMYK
RGB Variations
Color information
#CFFF52 (or 0xCFFF52) is known color: Mindaro. HEX triplet: CF, FF and 52. RGB value is (207,255,82). Sum of RGB (Red+Green+Blue) = 207+255+82=544 (72% of max value = 765). Red value is 207 (81.25% from 255 or 38.05% from 544); Green value is 255 (100% from 255 or 46.88% from 544); Blue value is 82 (32.42% from 255 or 15.07% from 544); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFF52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFFF52 is #3000AD. Grayscale: #DDDDDD. Windows color (decimal): -3145902 or 5439439. OLE color: 5439439.
HSL color Cylindrical-coordinate representation of color #CFFF52: hue angle of 76.65º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CFFF52 is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 82 | - |
| CMYK | 0.19 | 0 | 0.68 | 0 |
| HSL | 76.65º | 1% | 0.66% | - |
| HSV(B) | 76.65º | 0.68% | 1% | - |
| XYZ | 63.02 | 85.39 | 21.14 | - |
| YUV | 220.93 | 49.6 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 82 | 0.19 | 0 | 0.68 | 0 | 76.65 | 1 | 0.66 |
| Hex | CF | FF | 52 | 13 | 0 | 44 | 0 | 4D | 64 | 42 |
| Octal | 317 | 377 | 122 | 23 | 0 | 104 | 0 | 115 | 144 | 102 |
| Binary | 11001111 | 11111111 | 1010010 | 10011 | 0 | 1000100 | 0 | 1001101 | 1100100 | 1000010 |
Color Harmonies of #CFFF52
Complementary color
Monochromatic Colors of #CFFF52
Black with #CFFF52
Text Example
Text Example
White with #CFFF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFF52; }
p { color: rgb(207,255,82); }
H1.HeaderClassName
{
color: #CFFF52;
}
.AnyTagClassName
{
color: #CFFF52;
}
</style>
background-color css
<style>
a { background-color: #CFFF52; }
a { background-color: rgb(207,255,82); }
div.DivClassName
{
background-color: #CFFF52;
}
.BgClassName
{
background-color: #CFFF52;
}
</style>
border-color css
<style>
span { border-color: #CFFF52; }
span { border-color: rgb(207,255,82); }
td.TdClassName
{
border-color: #CFFF52;
}
.TagClassName
{
border-color: #CFFF52;
}
</style>