Shades of Sulu #CFF479
Tints of Sulu #CFF479
RGB
CMYK
RGB Variations
Color information
#CFF479 (or 0xCFF479) is known color: Sulu. HEX triplet: CF, F4 and 79. RGB value is (207,244,121). Sum of RGB (Red+Green+Blue) = 207+244+121=572 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.19% from 572); Green value is 244 (95.70% from 255 or 42.66% from 572); Blue value is 121 (47.66% from 255 or 21.15% from 572); Max value from RGB is 244 - color contains mainly: green. Hex color #CFF479 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF479 is #300B86. Grayscale: #DBDBDB. Windows color (decimal): -3148679 or 7992527. OLE color: 7992527.
HSL color Cylindrical-coordinate representation of color #CFF479: hue angle of 78.05º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CFF479 is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 244 | 121 | - |
| CMYK | 0.15 | 0 | 0.50 | 0.04 |
| HSL | 78.05º | 0.85% | 0.72% | - |
| HSV(B) | 78.05º | 0.5% | 0.96% | - |
| XYZ | 61.53 | 79.35 | 30.16 | - |
| YUV | 218.92 | 72.74 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 244 | 121 | 0.15 | 0 | 0.50 | 0.04 | 78.05 | 0.85 | 0.72 |
| Hex | CF | F4 | 79 | F | 0 | 32 | 4 | 4E | 55 | 48 |
| Octal | 317 | 364 | 171 | 17 | 0 | 62 | 4 | 116 | 125 | 110 |
| Binary | 11001111 | 11110100 | 1111001 | 1111 | 0 | 110010 | 100 | 1001110 | 1010101 | 1001000 |
Color Harmonies of #CFF479
Complementary color
Monochromatic Colors of #CFF479
Black with #CFF479
Text Example
Text Example
White with #CFF479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF479; }
p { color: rgb(207,244,121); }
H1.HeaderClassName
{
color: #CFF479;
}
.AnyTagClassName
{
color: #CFF479;
}
</style>
background-color css
<style>
a { background-color: #CFF479; }
a { background-color: rgb(207,244,121); }
div.DivClassName
{
background-color: #CFF479;
}
.BgClassName
{
background-color: #CFF479;
}
</style>
border-color css
<style>
span { border-color: #CFF479; }
span { border-color: rgb(207,244,121); }
td.TdClassName
{
border-color: #CFF479;
}
.TagClassName
{
border-color: #CFF479;
}
</style>