Shades of Mindaro #CFF953
Tints of Mindaro #CFF953
RGB
CMYK
RGB Variations
Color information
#CFF953 (or 0xCFF953) is known color: Mindaro. HEX triplet: CF, F9 and 53. RGB value is (207,249,83). Sum of RGB (Red+Green+Blue) = 207+249+83=539 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.40% from 539); Green value is 249 (97.66% from 255 or 46.20% from 539); Blue value is 83 (32.81% from 255 or 15.40% from 539); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF953 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF953 is #3006AC. Grayscale: #DADADA. Windows color (decimal): -3147437 or 5503439. OLE color: 5503439.
HSL color Cylindrical-coordinate representation of color #CFF953: hue angle of 75.18º 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 #CFF953 is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 249 | 83 | - |
| CMYK | 0.17 | 0 | 0.67 | 0.02 |
| HSL | 75.18º | 0.93% | 0.65% | - |
| HSV(B) | 75.18º | 0.67% | 0.98% | - |
| XYZ | 61.17 | 81.64 | 20.72 | - |
| YUV | 217.52 | 52.09 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 249 | 83 | 0.17 | 0 | 0.67 | 0.02 | 75.18 | 0.93 | 0.65 |
| Hex | CF | F9 | 53 | 11 | 0 | 43 | 2 | 4B | 5D | 41 |
| Octal | 317 | 371 | 123 | 21 | 0 | 103 | 2 | 113 | 135 | 101 |
| Binary | 11001111 | 11111001 | 1010011 | 10001 | 0 | 1000011 | 10 | 1001011 | 1011101 | 1000001 |
Color Harmonies of #CFF953
Complementary color
Monochromatic Colors of #CFF953
Black with #CFF953
Text Example
Text Example
White with #CFF953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF953; }
p { color: rgb(207,249,83); }
H1.HeaderClassName
{
color: #CFF953;
}
.AnyTagClassName
{
color: #CFF953;
}
</style>
background-color css
<style>
a { background-color: #CFF953; }
a { background-color: rgb(207,249,83); }
div.DivClassName
{
background-color: #CFF953;
}
.BgClassName
{
background-color: #CFF953;
}
</style>
border-color css
<style>
span { border-color: #CFF953; }
span { border-color: rgb(207,249,83); }
td.TdClassName
{
border-color: #CFF953;
}
.TagClassName
{
border-color: #CFF953;
}
</style>