Shades of Mindaro #CFF952
Tints of Mindaro #CFF952
RGB
CMYK
RGB Variations
Color information
#CFF952 (or 0xCFF952) is known color: Mindaro. HEX triplet: CF, F9 and 52. RGB value is (207,249,82). Sum of RGB (Red+Green+Blue) = 207+249+82=538 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.48% from 538); Green value is 249 (97.66% from 255 or 46.28% from 538); Blue value is 82 (32.42% from 255 or 15.24% from 538); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF952 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF952 is #3006AD. Grayscale: #DADADA. Windows color (decimal): -3147438 or 5437903. OLE color: 5437903.
HSL color Cylindrical-coordinate representation of color #CFF952: hue angle of 75.09º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CFF952 is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 249 | 82 | - |
| CMYK | 0.17 | 0 | 0.67 | 0.02 |
| HSL | 75.09º | 0.93% | 0.65% | - |
| HSV(B) | 75.09º | 0.67% | 0.98% | - |
| XYZ | 61.13 | 81.63 | 20.52 | - |
| YUV | 217.4 | 51.59 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 249 | 82 | 0.17 | 0 | 0.67 | 0.02 | 75.09 | 0.93 | 0.65 |
| Hex | CF | F9 | 52 | 11 | 0 | 43 | 2 | 4B | 5D | 41 |
| Octal | 317 | 371 | 122 | 21 | 0 | 103 | 2 | 113 | 135 | 101 |
| Binary | 11001111 | 11111001 | 1010010 | 10001 | 0 | 1000011 | 10 | 1001011 | 1011101 | 1000001 |
Color Harmonies of #CFF952
Complementary color
Monochromatic Colors of #CFF952
Black with #CFF952
Text Example
Text Example
White with #CFF952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF952; }
p { color: rgb(207,249,82); }
H1.HeaderClassName
{
color: #CFF952;
}
.AnyTagClassName
{
color: #CFF952;
}
</style>
background-color css
<style>
a { background-color: #CFF952; }
a { background-color: rgb(207,249,82); }
div.DivClassName
{
background-color: #CFF952;
}
.BgClassName
{
background-color: #CFF952;
}
</style>
border-color css
<style>
span { border-color: #CFF952; }
span { border-color: rgb(207,249,82); }
td.TdClassName
{
border-color: #CFF952;
}
.TagClassName
{
border-color: #CFF952;
}
</style>