Shades of Mindaro #CFF052
Tints of Mindaro #CFF052
RGB
CMYK
RGB Variations
Color information
#CFF052 (or 0xCFF052) is known color: Mindaro. HEX triplet: CF, F0 and 52. RGB value is (207,240,82). Sum of RGB (Red+Green+Blue) = 207+240+82=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 240 (94.14% from 255 or 45.37% from 529); Blue value is 82 (32.42% from 255 or 15.50% from 529); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF052 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF052 is #300FAD. Grayscale: #D4D4D4. Windows color (decimal): -3149742 or 5435599. OLE color: 5435599.
HSL color Cylindrical-coordinate representation of color #CFF052: hue angle of 72.53º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CFF052 is Cyan = 0.14, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 240 | 82 | - |
| CMYK | 0.14 | 0 | 0.66 | 0.06 |
| HSL | 72.53º | 0.84% | 0.63% | - |
| HSV(B) | 72.53º | 0.66% | 0.94% | - |
| XYZ | 58.42 | 76.19 | 19.61 | - |
| YUV | 212.12 | 54.57 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 240 | 82 | 0.14 | 0 | 0.66 | 0.06 | 72.53 | 0.84 | 0.63 |
| Hex | CF | F0 | 52 | E | 0 | 42 | 6 | 49 | 54 | 3F |
| Octal | 317 | 360 | 122 | 16 | 0 | 102 | 6 | 111 | 124 | 77 |
| Binary | 11001111 | 11110000 | 1010010 | 1110 | 0 | 1000010 | 110 | 1001001 | 1010100 | 111111 |
Color Harmonies of #CFF052
Complementary color
Monochromatic Colors of #CFF052
Black with #CFF052
Text Example
Text Example
White with #CFF052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF052; }
p { color: rgb(207,240,82); }
H1.HeaderClassName
{
color: #CFF052;
}
.AnyTagClassName
{
color: #CFF052;
}
</style>
background-color css
<style>
a { background-color: #CFF052; }
a { background-color: rgb(207,240,82); }
div.DivClassName
{
background-color: #CFF052;
}
.BgClassName
{
background-color: #CFF052;
}
</style>
border-color css
<style>
span { border-color: #CFF052; }
span { border-color: rgb(207,240,82); }
td.TdClassName
{
border-color: #CFF052;
}
.TagClassName
{
border-color: #CFF052;
}
</style>