Shades of Sulu #CFF078
Tints of Sulu #CFF078
RGB
CMYK
RGB Variations
Color information
#CFF078 (or 0xCFF078) is known color: Sulu. HEX triplet: CF, F0 and 78. RGB value is (207,240,120). Sum of RGB (Red+Green+Blue) = 207+240+120=567 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.51% from 567); Green value is 240 (94.14% from 255 or 42.33% from 567); Blue value is 120 (47.27% from 255 or 21.16% from 567); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF078 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF078 is #300F87. Grayscale: #D8D8D8. Windows color (decimal): -3149704 or 7925967. OLE color: 7925967.
HSL color Cylindrical-coordinate representation of color #CFF078: hue angle of 76.5º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CFF078 is Cyan = 0.14, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 240 | 120 | - |
| CMYK | 0.14 | 0 | 0.5 | 0.06 |
| HSL | 76.5º | 0.8% | 0.71% | - |
| HSV(B) | 76.5º | 0.5% | 0.94% | - |
| XYZ | 60.28 | 76.94 | 29.44 | - |
| YUV | 216.45 | 73.57 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 240 | 120 | 0.14 | 0 | 0.5 | 0.06 | 76.5 | 0.8 | 0.71 |
| Hex | CF | F0 | 78 | E | 0 | 32 | 6 | 4C | 50 | 47 |
| Octal | 317 | 360 | 170 | 16 | 0 | 62 | 6 | 114 | 120 | 107 |
| Binary | 11001111 | 11110000 | 1111000 | 1110 | 0 | 110010 | 110 | 1001100 | 1010000 | 1000111 |
Color Harmonies of #CFF078
Complementary color
Monochromatic Colors of #CFF078
Black with #CFF078
Text Example
Text Example
White with #CFF078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF078; }
p { color: rgb(207,240,120); }
H1.HeaderClassName
{
color: #CFF078;
}
.AnyTagClassName
{
color: #CFF078;
}
</style>
background-color css
<style>
a { background-color: #CFF078; }
a { background-color: rgb(207,240,120); }
div.DivClassName
{
background-color: #CFF078;
}
.BgClassName
{
background-color: #CFF078;
}
</style>
border-color css
<style>
span { border-color: #CFF078; }
span { border-color: rgb(207,240,120); }
td.TdClassName
{
border-color: #CFF078;
}
.TagClassName
{
border-color: #CFF078;
}
</style>