Shades of Sulu #CFF771
Tints of Sulu #CFF771
RGB
CMYK
RGB Variations
Color information
#CFF771 (or 0xCFF771) is known color: Sulu. HEX triplet: CF, F7 and 71. RGB value is (207,247,113). Sum of RGB (Red+Green+Blue) = 207+247+113=567 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.51% from 567); Green value is 247 (96.88% from 255 or 43.56% from 567); Blue value is 113 (44.53% from 255 or 19.93% from 567); Max value from RGB is 247 - color contains mainly: green. Hex color #CFF771 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF771 is #30088E. Grayscale: #DCDCDC. Windows color (decimal): -3147919 or 7469007. OLE color: 7469007.
HSL color Cylindrical-coordinate representation of color #CFF771: hue angle of 77.91º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CFF771 is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 247 | 113 | - |
| CMYK | 0.16 | 0 | 0.54 | 0.03 |
| HSL | 77.91º | 0.89% | 0.71% | - |
| HSV(B) | 77.91º | 0.54% | 0.97% | - |
| XYZ | 61.97 | 80.98 | 27.99 | - |
| YUV | 219.76 | 67.75 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 247 | 113 | 0.16 | 0 | 0.54 | 0.03 | 77.91 | 0.89 | 0.71 |
| Hex | CF | F7 | 71 | 10 | 0 | 36 | 3 | 4E | 59 | 47 |
| Octal | 317 | 367 | 161 | 20 | 0 | 66 | 3 | 116 | 131 | 107 |
| Binary | 11001111 | 11110111 | 1110001 | 10000 | 0 | 110110 | 11 | 1001110 | 1011001 | 1000111 |
Color Harmonies of #CFF771
Complementary color
Monochromatic Colors of #CFF771
Black with #CFF771
Text Example
Text Example
White with #CFF771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF771; }
p { color: rgb(207,247,113); }
H1.HeaderClassName
{
color: #CFF771;
}
.AnyTagClassName
{
color: #CFF771;
}
</style>
background-color css
<style>
a { background-color: #CFF771; }
a { background-color: rgb(207,247,113); }
div.DivClassName
{
background-color: #CFF771;
}
.BgClassName
{
background-color: #CFF771;
}
</style>
border-color css
<style>
span { border-color: #CFF771; }
span { border-color: rgb(207,247,113); }
td.TdClassName
{
border-color: #CFF771;
}
.TagClassName
{
border-color: #CFF771;
}
</style>