Shades of Sulu #C0F479
Tints of Sulu #C0F479
RGB
CMYK
RGB Variations
Color information
#C0F479 (or 0xC0F479) is known color: Sulu. HEX triplet: C0, F4 and 79. RGB value is (192,244,121). Sum of RGB (Red+Green+Blue) = 192+244+121=557 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.47% from 557); Green value is 244 (95.70% from 255 or 43.81% from 557); Blue value is 121 (47.66% from 255 or 21.72% from 557); Max value from RGB is 244 - color contains mainly: green. Hex color #C0F479 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F479 is #3F0B86. Grayscale: #D6D6D6. Windows color (decimal): -4131719 or 7992512. OLE color: 7992512.
HSL color Cylindrical-coordinate representation of color #C0F479: hue angle of 85.37º 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 #C0F479 is Cyan = 0.21, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 244 | 121 | - |
| CMYK | 0.21 | 0 | 0.50 | 0.04 |
| HSL | 85.37º | 0.85% | 0.72% | - |
| HSV(B) | 85.37º | 0.5% | 0.96% | - |
| XYZ | 57.54 | 77.29 | 29.97 | - |
| YUV | 214.43 | 75.27 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 244 | 121 | 0.21 | 0 | 0.50 | 0.04 | 85.37 | 0.85 | 0.72 |
| Hex | C0 | F4 | 79 | 15 | 0 | 32 | 4 | 55 | 55 | 48 |
| Octal | 300 | 364 | 171 | 25 | 0 | 62 | 4 | 125 | 125 | 110 |
| Binary | 11000000 | 11110100 | 1111001 | 10101 | 0 | 110010 | 100 | 1010101 | 1010101 | 1001000 |
Color Harmonies of #C0F479
Complementary color
Monochromatic Colors of #C0F479
Black with #C0F479
Text Example
Text Example
White with #C0F479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F479; }
p { color: rgb(192,244,121); }
H1.HeaderClassName
{
color: #C0F479;
}
.AnyTagClassName
{
color: #C0F479;
}
</style>
background-color css
<style>
a { background-color: #C0F479; }
a { background-color: rgb(192,244,121); }
div.DivClassName
{
background-color: #C0F479;
}
.BgClassName
{
background-color: #C0F479;
}
</style>
border-color css
<style>
span { border-color: #C0F479; }
span { border-color: rgb(192,244,121); }
td.TdClassName
{
border-color: #C0F479;
}
.TagClassName
{
border-color: #C0F479;
}
</style>