Shades of Sulu #C0F076
Tints of Sulu #C0F076
RGB
CMYK
RGB Variations
Color information
#C0F076 (or 0xC0F076) is known color: Sulu. HEX triplet: C0, F0 and 76. RGB value is (192,240,118). Sum of RGB (Red+Green+Blue) = 192+240+118=550 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.91% from 550); Green value is 240 (94.14% from 255 or 43.64% from 550); Blue value is 118 (46.48% from 255 or 21.45% from 550); Max value from RGB is 240 - color contains mainly: green. Hex color #C0F076 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F076 is #3F0F89. Grayscale: #D4D4D4. Windows color (decimal): -4132746 or 7794880. OLE color: 7794880.
HSL color Cylindrical-coordinate representation of color #C0F076: hue angle of 83.61º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C0F076 is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 240 | 118 | - |
| CMYK | 0.20 | 0 | 0.51 | 0.06 |
| HSL | 83.61º | 0.8% | 0.7% | - |
| HSV(B) | 83.61º | 0.51% | 0.94% | - |
| XYZ | 56.17 | 74.83 | 28.62 | - |
| YUV | 211.74 | 75.1 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 240 | 118 | 0.20 | 0 | 0.51 | 0.06 | 83.61 | 0.8 | 0.7 |
| Hex | C0 | F0 | 76 | 14 | 0 | 33 | 6 | 54 | 50 | 46 |
| Octal | 300 | 360 | 166 | 24 | 0 | 63 | 6 | 124 | 120 | 106 |
| Binary | 11000000 | 11110000 | 1110110 | 10100 | 0 | 110011 | 110 | 1010100 | 1010000 | 1000110 |
Color Harmonies of #C0F076
Complementary color
Monochromatic Colors of #C0F076
Black with #C0F076
Text Example
Text Example
White with #C0F076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F076; }
p { color: rgb(192,240,118); }
H1.HeaderClassName
{
color: #C0F076;
}
.AnyTagClassName
{
color: #C0F076;
}
</style>
background-color css
<style>
a { background-color: #C0F076; }
a { background-color: rgb(192,240,118); }
div.DivClassName
{
background-color: #C0F076;
}
.BgClassName
{
background-color: #C0F076;
}
</style>
border-color css
<style>
span { border-color: #C0F076; }
span { border-color: rgb(192,240,118); }
td.TdClassName
{
border-color: #C0F076;
}
.TagClassName
{
border-color: #C0F076;
}
</style>