Shades of Sulu #CFF577
Tints of Sulu #CFF577
RGB
CMYK
RGB Variations
Color information
#CFF577 (or 0xCFF577) is known color: Sulu. HEX triplet: CF, F5 and 77. RGB value is (207,245,119). Sum of RGB (Red+Green+Blue) = 207+245+119=571 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.25% from 571); Green value is 245 (96.09% from 255 or 42.91% from 571); Blue value is 119 (46.88% from 255 or 20.84% from 571); Max value from RGB is 245 - color contains mainly: green. Hex color #CFF577 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF577 is #300A88. Grayscale: #DBDBDB. Windows color (decimal): -3148425 or 7861711. OLE color: 7861711.
HSL color Cylindrical-coordinate representation of color #CFF577: hue angle of 78.1º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CFF577 is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 245 | 119 | - |
| CMYK | 0.16 | 0 | 0.51 | 0.04 |
| HSL | 78.1º | 0.86% | 0.71% | - |
| HSV(B) | 78.1º | 0.51% | 0.96% | - |
| XYZ | 61.71 | 79.9 | 29.62 | - |
| YUV | 219.27 | 71.41 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 245 | 119 | 0.16 | 0 | 0.51 | 0.04 | 78.1 | 0.86 | 0.71 |
| Hex | CF | F5 | 77 | 10 | 0 | 33 | 4 | 4E | 56 | 47 |
| Octal | 317 | 365 | 167 | 20 | 0 | 63 | 4 | 116 | 126 | 107 |
| Binary | 11001111 | 11110101 | 1110111 | 10000 | 0 | 110011 | 100 | 1001110 | 1010110 | 1000111 |
Color Harmonies of #CFF577
Complementary color
Monochromatic Colors of #CFF577
Black with #CFF577
Text Example
Text Example
White with #CFF577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF577; }
p { color: rgb(207,245,119); }
H1.HeaderClassName
{
color: #CFF577;
}
.AnyTagClassName
{
color: #CFF577;
}
</style>
background-color css
<style>
a { background-color: #CFF577; }
a { background-color: rgb(207,245,119); }
div.DivClassName
{
background-color: #CFF577;
}
.BgClassName
{
background-color: #CFF577;
}
</style>
border-color css
<style>
span { border-color: #CFF577; }
span { border-color: rgb(207,245,119); }
td.TdClassName
{
border-color: #CFF577;
}
.TagClassName
{
border-color: #CFF577;
}
</style>