Shades of Sulu #CFF579
Tints of Sulu #CFF579
RGB
CMYK
RGB Variations
Color information
#CFF579 (or 0xCFF579) is known color: Sulu. HEX triplet: CF, F5 and 79. RGB value is (207,245,121). Sum of RGB (Red+Green+Blue) = 207+245+121=573 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.13% from 573); Green value is 245 (96.09% from 255 or 42.76% from 573); Blue value is 121 (47.66% from 255 or 21.12% from 573); Max value from RGB is 245 - color contains mainly: green. Hex color #CFF579 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF579 is #300A86. Grayscale: #DBDBDB. Windows color (decimal): -3148423 or 7992783. OLE color: 7992783.
HSL color Cylindrical-coordinate representation of color #CFF579: hue angle of 78.39º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CFF579 is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 245 | 121 | - |
| CMYK | 0.16 | 0 | 0.51 | 0.04 |
| HSL | 78.39º | 0.86% | 0.72% | - |
| HSV(B) | 78.39º | 0.51% | 0.96% | - |
| XYZ | 61.84 | 79.95 | 30.26 | - |
| YUV | 219.5 | 72.41 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 245 | 121 | 0.16 | 0 | 0.51 | 0.04 | 78.39 | 0.86 | 0.72 |
| Hex | CF | F5 | 79 | 10 | 0 | 33 | 4 | 4E | 56 | 48 |
| Octal | 317 | 365 | 171 | 20 | 0 | 63 | 4 | 116 | 126 | 110 |
| Binary | 11001111 | 11110101 | 1111001 | 10000 | 0 | 110011 | 100 | 1001110 | 1010110 | 1001000 |
Color Harmonies of #CFF579
Complementary color
Monochromatic Colors of #CFF579
Black with #CFF579
Text Example
Text Example
White with #CFF579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF579; }
p { color: rgb(207,245,121); }
H1.HeaderClassName
{
color: #CFF579;
}
.AnyTagClassName
{
color: #CFF579;
}
</style>
background-color css
<style>
a { background-color: #CFF579; }
a { background-color: rgb(207,245,121); }
div.DivClassName
{
background-color: #CFF579;
}
.BgClassName
{
background-color: #CFF579;
}
</style>
border-color css
<style>
span { border-color: #CFF579; }
span { border-color: rgb(207,245,121); }
td.TdClassName
{
border-color: #CFF579;
}
.TagClassName
{
border-color: #CFF579;
}
</style>