Shades of Sulu #CFF079
Tints of Sulu #CFF079
RGB
CMYK
RGB Variations
Color information
#CFF079 (or 0xCFF079) is known color: Sulu. HEX triplet: CF, F0 and 79. RGB value is (207,240,121). Sum of RGB (Red+Green+Blue) = 207+240+121=568 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.44% from 568); Green value is 240 (94.14% from 255 or 42.25% from 568); Blue value is 121 (47.66% from 255 or 21.30% from 568); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF079 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF079 is #300F86. Grayscale: #D9D9D9. Windows color (decimal): -3149703 or 7991503. OLE color: 7991503.
HSL color Cylindrical-coordinate representation of color #CFF079: hue angle of 76.64º 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 #CFF079 is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 240 | 121 | - |
| CMYK | 0.14 | 0 | 0.50 | 0.06 |
| HSL | 76.64º | 0.8% | 0.71% | - |
| HSV(B) | 76.64º | 0.5% | 0.94% | - |
| XYZ | 60.34 | 76.97 | 29.76 | - |
| YUV | 216.57 | 74.07 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 240 | 121 | 0.14 | 0 | 0.50 | 0.06 | 76.64 | 0.8 | 0.71 |
| Hex | CF | F0 | 79 | E | 0 | 32 | 6 | 4D | 50 | 47 |
| Octal | 317 | 360 | 171 | 16 | 0 | 62 | 6 | 115 | 120 | 107 |
| Binary | 11001111 | 11110000 | 1111001 | 1110 | 0 | 110010 | 110 | 1001101 | 1010000 | 1000111 |
Color Harmonies of #CFF079
Complementary color
Monochromatic Colors of #CFF079
Black with #CFF079
Text Example
Text Example
White with #CFF079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF079; }
p { color: rgb(207,240,121); }
H1.HeaderClassName
{
color: #CFF079;
}
.AnyTagClassName
{
color: #CFF079;
}
</style>
background-color css
<style>
a { background-color: #CFF079; }
a { background-color: rgb(207,240,121); }
div.DivClassName
{
background-color: #CFF079;
}
.BgClassName
{
background-color: #CFF079;
}
</style>
border-color css
<style>
span { border-color: #CFF079; }
span { border-color: rgb(207,240,121); }
td.TdClassName
{
border-color: #CFF079;
}
.TagClassName
{
border-color: #CFF079;
}
</style>