Shades of Mindaro #CFF958
Tints of Mindaro #CFF958
RGB
CMYK
RGB Variations
Color information
#CFF958 (or 0xCFF958) is known color: Mindaro. HEX triplet: CF, F9 and 58. RGB value is (207,249,88). Sum of RGB (Red+Green+Blue) = 207+249+88=544 (72% of max value = 765). Red value is 207 (81.25% from 255 or 38.05% from 544); Green value is 249 (97.66% from 255 or 45.77% from 544); Blue value is 88 (34.77% from 255 or 16.18% from 544); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF958 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF958 is #3006A7. Grayscale: #DADADA. Windows color (decimal): -3147432 or 5831119. OLE color: 5831119.
HSL color Cylindrical-coordinate representation of color #CFF958: hue angle of 75.65º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CFF958 is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 249 | 88 | - |
| CMYK | 0.17 | 0 | 0.65 | 0.02 |
| HSL | 75.65º | 0.93% | 0.66% | - |
| HSV(B) | 75.65º | 0.65% | 0.98% | - |
| XYZ | 61.37 | 81.72 | 21.77 | - |
| YUV | 218.09 | 54.59 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 249 | 88 | 0.17 | 0 | 0.65 | 0.02 | 75.65 | 0.93 | 0.66 |
| Hex | CF | F9 | 58 | 11 | 0 | 41 | 2 | 4C | 5D | 42 |
| Octal | 317 | 371 | 130 | 21 | 0 | 101 | 2 | 114 | 135 | 102 |
| Binary | 11001111 | 11111001 | 1011000 | 10001 | 0 | 1000001 | 10 | 1001100 | 1011101 | 1000010 |
Color Harmonies of #CFF958
Complementary color
Monochromatic Colors of #CFF958
Black with #CFF958
Text Example
Text Example
White with #CFF958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF958; }
p { color: rgb(207,249,88); }
H1.HeaderClassName
{
color: #CFF958;
}
.AnyTagClassName
{
color: #CFF958;
}
</style>
background-color css
<style>
a { background-color: #CFF958; }
a { background-color: rgb(207,249,88); }
div.DivClassName
{
background-color: #CFF958;
}
.BgClassName
{
background-color: #CFF958;
}
</style>
border-color css
<style>
span { border-color: #CFF958; }
span { border-color: rgb(207,249,88); }
td.TdClassName
{
border-color: #CFF958;
}
.TagClassName
{
border-color: #CFF958;
}
</style>