Shades of Sulu #CFF676
Tints of Sulu #CFF676
RGB
CMYK
RGB Variations
Color information
#CFF676 (or 0xCFF676) is known color: Sulu. HEX triplet: CF, F6 and 76. RGB value is (207,246,118). Sum of RGB (Red+Green+Blue) = 207+246+118=571 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.25% from 571); Green value is 246 (96.48% from 255 or 43.08% from 571); Blue value is 118 (46.48% from 255 or 20.67% from 571); Max value from RGB is 246 - color contains mainly: green. Hex color #CFF676 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF676 is #300989. Grayscale: #DCDCDC. Windows color (decimal): -3148170 or 7796431. OLE color: 7796431.
HSL color Cylindrical-coordinate representation of color #CFF676: hue angle of 78.28º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CFF676 is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 246 | 118 | - |
| CMYK | 0.16 | 0 | 0.52 | 0.04 |
| HSL | 78.28º | 0.88% | 0.71% | - |
| HSV(B) | 78.28º | 0.52% | 0.96% | - |
| XYZ | 61.96 | 80.48 | 29.41 | - |
| YUV | 219.75 | 70.58 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 246 | 118 | 0.16 | 0 | 0.52 | 0.04 | 78.28 | 0.88 | 0.71 |
| Hex | CF | F6 | 76 | 10 | 0 | 34 | 4 | 4E | 58 | 47 |
| Octal | 317 | 366 | 166 | 20 | 0 | 64 | 4 | 116 | 130 | 107 |
| Binary | 11001111 | 11110110 | 1110110 | 10000 | 0 | 110100 | 100 | 1001110 | 1011000 | 1000111 |
Color Harmonies of #CFF676
Complementary color
Monochromatic Colors of #CFF676
Black with #CFF676
Text Example
Text Example
White with #CFF676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF676; }
p { color: rgb(207,246,118); }
H1.HeaderClassName
{
color: #CFF676;
}
.AnyTagClassName
{
color: #CFF676;
}
</style>
background-color css
<style>
a { background-color: #CFF676; }
a { background-color: rgb(207,246,118); }
div.DivClassName
{
background-color: #CFF676;
}
.BgClassName
{
background-color: #CFF676;
}
</style>
border-color css
<style>
span { border-color: #CFF676; }
span { border-color: rgb(207,246,118); }
td.TdClassName
{
border-color: #CFF676;
}
.TagClassName
{
border-color: #CFF676;
}
</style>