Shades of Sulu #CFF776
Tints of Sulu #CFF776
RGB
CMYK
RGB Variations
Color information
#CFF776 (or 0xCFF776) is known color: Sulu. HEX triplet: CF, F7 and 76. RGB value is (207,247,118). Sum of RGB (Red+Green+Blue) = 207+247+118=572 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.19% from 572); Green value is 247 (96.88% from 255 or 43.18% from 572); Blue value is 118 (46.48% from 255 or 20.63% from 572); Max value from RGB is 247 - color contains mainly: green. Hex color #CFF776 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF776 is #300889. Grayscale: #DCDCDC. Windows color (decimal): -3147914 or 7796687. OLE color: 7796687.
HSL color Cylindrical-coordinate representation of color #CFF776: hue angle of 78.6º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CFF776 is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 247 | 118 | - |
| CMYK | 0.16 | 0 | 0.52 | 0.03 |
| HSL | 78.6º | 0.89% | 0.72% | - |
| HSV(B) | 78.6º | 0.52% | 0.97% | - |
| XYZ | 62.26 | 81.09 | 29.51 | - |
| YUV | 220.33 | 70.25 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 247 | 118 | 0.16 | 0 | 0.52 | 0.03 | 78.6 | 0.89 | 0.72 |
| Hex | CF | F7 | 76 | 10 | 0 | 34 | 3 | 4F | 59 | 48 |
| Octal | 317 | 367 | 166 | 20 | 0 | 64 | 3 | 117 | 131 | 110 |
| Binary | 11001111 | 11110111 | 1110110 | 10000 | 0 | 110100 | 11 | 1001111 | 1011001 | 1001000 |
Color Harmonies of #CFF776
Complementary color
Monochromatic Colors of #CFF776
Black with #CFF776
Text Example
Text Example
White with #CFF776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF776; }
p { color: rgb(207,247,118); }
H1.HeaderClassName
{
color: #CFF776;
}
.AnyTagClassName
{
color: #CFF776;
}
</style>
background-color css
<style>
a { background-color: #CFF776; }
a { background-color: rgb(207,247,118); }
div.DivClassName
{
background-color: #CFF776;
}
.BgClassName
{
background-color: #CFF776;
}
</style>
border-color css
<style>
span { border-color: #CFF776; }
span { border-color: rgb(207,247,118); }
td.TdClassName
{
border-color: #CFF776;
}
.TagClassName
{
border-color: #CFF776;
}
</style>