Shades of Mindaro #CFF654
Tints of Mindaro #CFF654
RGB
CMYK
RGB Variations
Color information
#CFF654 (or 0xCFF654) is known color: Mindaro. HEX triplet: CF, F6 and 54. RGB value is (207,246,84). Sum of RGB (Red+Green+Blue) = 207+246+84=537 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.55% from 537); Green value is 246 (96.48% from 255 or 45.81% from 537); Blue value is 84 (33.20% from 255 or 15.64% from 537); Max value from RGB is 246 - color contains mainly: green. Hex color #CFF654 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF654 is #3009AB. Grayscale: #D8D8D8. Windows color (decimal): -3148204 or 5568207. OLE color: 5568207.
HSL color Cylindrical-coordinate representation of color #CFF654: hue angle of 74.44º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CFF654 is Cyan = 0.16, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 246 | 84 | - |
| CMYK | 0.16 | 0 | 0.66 | 0.04 |
| HSL | 74.44º | 0.9% | 0.65% | - |
| HSV(B) | 74.44º | 0.66% | 0.96% | - |
| XYZ | 60.29 | 79.82 | 20.62 | - |
| YUV | 215.87 | 53.58 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 246 | 84 | 0.16 | 0 | 0.66 | 0.04 | 74.44 | 0.9 | 0.65 |
| Hex | CF | F6 | 54 | 10 | 0 | 42 | 4 | 4A | 5A | 41 |
| Octal | 317 | 366 | 124 | 20 | 0 | 102 | 4 | 112 | 132 | 101 |
| Binary | 11001111 | 11110110 | 1010100 | 10000 | 0 | 1000010 | 100 | 1001010 | 1011010 | 1000001 |
Color Harmonies of #CFF654
Complementary color
Monochromatic Colors of #CFF654
Black with #CFF654
Text Example
Text Example
White with #CFF654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF654; }
p { color: rgb(207,246,84); }
H1.HeaderClassName
{
color: #CFF654;
}
.AnyTagClassName
{
color: #CFF654;
}
</style>
background-color css
<style>
a { background-color: #CFF654; }
a { background-color: rgb(207,246,84); }
div.DivClassName
{
background-color: #CFF654;
}
.BgClassName
{
background-color: #CFF654;
}
</style>
border-color css
<style>
span { border-color: #CFF654; }
span { border-color: rgb(207,246,84); }
td.TdClassName
{
border-color: #CFF654;
}
.TagClassName
{
border-color: #CFF654;
}
</style>