Shades of Mindaro #CFF053
Tints of Mindaro #CFF053
RGB
CMYK
RGB Variations
Color information
#CFF053 (or 0xCFF053) is known color: Mindaro. HEX triplet: CF, F0 and 53. RGB value is (207,240,83). Sum of RGB (Red+Green+Blue) = 207+240+83=530 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.06% from 530); Green value is 240 (94.14% from 255 or 45.28% from 530); Blue value is 83 (32.81% from 255 or 15.66% from 530); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF053 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF053 is #300FAC. Grayscale: #D4D4D4. Windows color (decimal): -3149741 or 5501135. OLE color: 5501135.
HSL color Cylindrical-coordinate representation of color #CFF053: hue angle of 72.61º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CFF053 is Cyan = 0.14, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 240 | 83 | - |
| CMYK | 0.14 | 0 | 0.65 | 0.06 |
| HSL | 72.61º | 0.84% | 0.63% | - |
| HSV(B) | 72.61º | 0.65% | 0.94% | - |
| XYZ | 58.45 | 76.21 | 19.81 | - |
| YUV | 212.24 | 55.07 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 240 | 83 | 0.14 | 0 | 0.65 | 0.06 | 72.61 | 0.84 | 0.63 |
| Hex | CF | F0 | 53 | E | 0 | 41 | 6 | 49 | 54 | 3F |
| Octal | 317 | 360 | 123 | 16 | 0 | 101 | 6 | 111 | 124 | 77 |
| Binary | 11001111 | 11110000 | 1010011 | 1110 | 0 | 1000001 | 110 | 1001001 | 1010100 | 111111 |
Color Harmonies of #CFF053
Complementary color
Monochromatic Colors of #CFF053
Black with #CFF053
Text Example
Text Example
White with #CFF053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF053; }
p { color: rgb(207,240,83); }
H1.HeaderClassName
{
color: #CFF053;
}
.AnyTagClassName
{
color: #CFF053;
}
</style>
background-color css
<style>
a { background-color: #CFF053; }
a { background-color: rgb(207,240,83); }
div.DivClassName
{
background-color: #CFF053;
}
.BgClassName
{
background-color: #CFF053;
}
</style>
border-color css
<style>
span { border-color: #CFF053; }
span { border-color: rgb(207,240,83); }
td.TdClassName
{
border-color: #CFF053;
}
.TagClassName
{
border-color: #CFF053;
}
</style>