Shades of Sulu #C0F774
Tints of Sulu #C0F774
RGB
CMYK
RGB Variations
Color information
#C0F774 (or 0xC0F774) is known color: Sulu. HEX triplet: C0, F7 and 74. RGB value is (192,247,116). Sum of RGB (Red+Green+Blue) = 192+247+116=555 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.59% from 555); Green value is 247 (96.88% from 255 or 44.50% from 555); Blue value is 116 (45.70% from 255 or 20.90% from 555); Max value from RGB is 247 - color contains mainly: green. Hex color #C0F774 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F774 is #3F088B. Grayscale: #D8D8D8. Windows color (decimal): -4130956 or 7665600. OLE color: 7665600.
HSL color Cylindrical-coordinate representation of color #C0F774: hue angle of 85.19º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C0F774 is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 247 | 116 | - |
| CMYK | 0.22 | 0 | 0.53 | 0.03 |
| HSL | 85.19º | 0.89% | 0.71% | - |
| HSV(B) | 85.19º | 0.53% | 0.97% | - |
| XYZ | 58.15 | 78.99 | 28.7 | - |
| YUV | 215.62 | 71.78 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 247 | 116 | 0.22 | 0 | 0.53 | 0.03 | 85.19 | 0.89 | 0.71 |
| Hex | C0 | F7 | 74 | 16 | 0 | 35 | 3 | 55 | 59 | 47 |
| Octal | 300 | 367 | 164 | 26 | 0 | 65 | 3 | 125 | 131 | 107 |
| Binary | 11000000 | 11110111 | 1110100 | 10110 | 0 | 110101 | 11 | 1010101 | 1011001 | 1000111 |
Color Harmonies of #C0F774
Complementary color
Monochromatic Colors of #C0F774
Black with #C0F774
Text Example
Text Example
White with #C0F774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F774; }
p { color: rgb(192,247,116); }
H1.HeaderClassName
{
color: #C0F774;
}
.AnyTagClassName
{
color: #C0F774;
}
</style>
background-color css
<style>
a { background-color: #C0F774; }
a { background-color: rgb(192,247,116); }
div.DivClassName
{
background-color: #C0F774;
}
.BgClassName
{
background-color: #C0F774;
}
</style>
border-color css
<style>
span { border-color: #C0F774; }
span { border-color: rgb(192,247,116); }
td.TdClassName
{
border-color: #C0F774;
}
.TagClassName
{
border-color: #C0F774;
}
</style>