Shades of Sulu #CFF780
Tints of Sulu #CFF780
RGB
CMYK
RGB Variations
Color information
#CFF780 (or 0xCFF780) is known color: Sulu. HEX triplet: CF, F7 and 80. RGB value is (207,247,128). Sum of RGB (Red+Green+Blue) = 207+247+128=582 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.57% from 582); Green value is 247 (96.88% from 255 or 42.44% from 582); Blue value is 128 (50.39% from 255 or 21.99% from 582); Max value from RGB is 247 - color contains mainly: green. Hex color #CFF780 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF780 is #30087F. Grayscale: #DDDDDD. Windows color (decimal): -3147904 or 8452047. OLE color: 8452047.
HSL color Cylindrical-coordinate representation of color #CFF780: hue angle of 80.17º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CFF780 is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 247 | 128 | - |
| CMYK | 0.16 | 0 | 0.48 | 0.03 |
| HSL | 80.17º | 0.88% | 0.74% | - |
| HSV(B) | 80.17º | 0.48% | 0.97% | - |
| XYZ | 62.89 | 81.35 | 32.81 | - |
| YUV | 221.47 | 75.25 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 247 | 128 | 0.16 | 0 | 0.48 | 0.03 | 80.17 | 0.88 | 0.74 |
| Hex | CF | F7 | 80 | 10 | 0 | 30 | 3 | 50 | 58 | 4A |
| Octal | 317 | 367 | 200 | 20 | 0 | 60 | 3 | 120 | 130 | 112 |
| Binary | 11001111 | 11110111 | 10000000 | 10000 | 0 | 110000 | 11 | 1010000 | 1011000 | 1001010 |
Color Harmonies of #CFF780
Complementary color
Monochromatic Colors of #CFF780
Black with #CFF780
Text Example
Text Example
White with #CFF780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF780; }
p { color: rgb(207,247,128); }
H1.HeaderClassName
{
color: #CFF780;
}
.AnyTagClassName
{
color: #CFF780;
}
</style>
background-color css
<style>
a { background-color: #CFF780; }
a { background-color: rgb(207,247,128); }
div.DivClassName
{
background-color: #CFF780;
}
.BgClassName
{
background-color: #CFF780;
}
</style>
border-color css
<style>
span { border-color: #CFF780; }
span { border-color: rgb(207,247,128); }
td.TdClassName
{
border-color: #CFF780;
}
.TagClassName
{
border-color: #CFF780;
}
</style>