Shades of Mindaro #CFFD52
Tints of Mindaro #CFFD52
RGB
CMYK
RGB Variations
Color information
#CFFD52 (or 0xCFFD52) is known color: Mindaro. HEX triplet: CF, FD and 52. RGB value is (207,253,82). Sum of RGB (Red+Green+Blue) = 207+253+82=542 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.19% from 542); Green value is 253 (99.22% from 255 or 46.68% from 542); Blue value is 82 (32.42% from 255 or 15.13% from 542); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFD52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFFD52 is #3002AD. Grayscale: #DCDCDC. Windows color (decimal): -3146414 or 5438927. OLE color: 5438927.
HSL color Cylindrical-coordinate representation of color #CFFD52: hue angle of 76.14º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CFFD52 is Cyan = 0.18, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 253 | 82 | - |
| CMYK | 0.18 | 0 | 0.68 | 0.01 |
| HSL | 76.14º | 0.98% | 0.66% | - |
| HSV(B) | 76.14º | 0.68% | 0.99% | - |
| XYZ | 62.38 | 84.13 | 20.93 | - |
| YUV | 219.75 | 50.26 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 253 | 82 | 0.18 | 0 | 0.68 | 0.01 | 76.14 | 0.98 | 0.66 |
| Hex | CF | FD | 52 | 12 | 0 | 44 | 1 | 4C | 62 | 42 |
| Octal | 317 | 375 | 122 | 22 | 0 | 104 | 1 | 114 | 142 | 102 |
| Binary | 11001111 | 11111101 | 1010010 | 10010 | 0 | 1000100 | 1 | 1001100 | 1100010 | 1000010 |
Color Harmonies of #CFFD52
Complementary color
Monochromatic Colors of #CFFD52
Black with #CFFD52
Text Example
Text Example
White with #CFFD52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFD52; }
p { color: rgb(207,253,82); }
H1.HeaderClassName
{
color: #CFFD52;
}
.AnyTagClassName
{
color: #CFFD52;
}
</style>
background-color css
<style>
a { background-color: #CFFD52; }
a { background-color: rgb(207,253,82); }
div.DivClassName
{
background-color: #CFFD52;
}
.BgClassName
{
background-color: #CFFD52;
}
</style>
border-color css
<style>
span { border-color: #CFFD52; }
span { border-color: rgb(207,253,82); }
td.TdClassName
{
border-color: #CFFD52;
}
.TagClassName
{
border-color: #CFFD52;
}
</style>