Shades of Sulu #CFF478
Tints of Sulu #CFF478
RGB
CMYK
RGB Variations
Color information
#CFF478 (or 0xCFF478) is known color: Sulu. HEX triplet: CF, F4 and 78. RGB value is (207,244,120). Sum of RGB (Red+Green+Blue) = 207+244+120=571 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.25% from 571); Green value is 244 (95.70% from 255 or 42.73% from 571); Blue value is 120 (47.27% from 255 or 21.02% from 571); Max value from RGB is 244 - color contains mainly: green. Hex color #CFF478 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF478 is #300B87. Grayscale: #DBDBDB. Windows color (decimal): -3148680 or 7926991. OLE color: 7926991.
HSL color Cylindrical-coordinate representation of color #CFF478: hue angle of 77.9º degrees, saturation: 0.85, 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 #CFF478 is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 244 | 120 | - |
| CMYK | 0.15 | 0 | 0.51 | 0.04 |
| HSL | 77.9º | 0.85% | 0.71% | - |
| HSV(B) | 77.9º | 0.51% | 0.96% | - |
| XYZ | 61.47 | 79.32 | 29.84 | - |
| YUV | 218.8 | 72.24 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 244 | 120 | 0.15 | 0 | 0.51 | 0.04 | 77.9 | 0.85 | 0.71 |
| Hex | CF | F4 | 78 | F | 0 | 33 | 4 | 4E | 55 | 47 |
| Octal | 317 | 364 | 170 | 17 | 0 | 63 | 4 | 116 | 125 | 107 |
| Binary | 11001111 | 11110100 | 1111000 | 1111 | 0 | 110011 | 100 | 1001110 | 1010101 | 1000111 |
Color Harmonies of #CFF478
Complementary color
Monochromatic Colors of #CFF478
Black with #CFF478
Text Example
Text Example
White with #CFF478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF478; }
p { color: rgb(207,244,120); }
H1.HeaderClassName
{
color: #CFF478;
}
.AnyTagClassName
{
color: #CFF478;
}
</style>
background-color css
<style>
a { background-color: #CFF478; }
a { background-color: rgb(207,244,120); }
div.DivClassName
{
background-color: #CFF478;
}
.BgClassName
{
background-color: #CFF478;
}
</style>
border-color css
<style>
span { border-color: #CFF478; }
span { border-color: rgb(207,244,120); }
td.TdClassName
{
border-color: #CFF478;
}
.TagClassName
{
border-color: #CFF478;
}
</style>