Shades of Sulu #C0F077
Tints of Sulu #C0F077
RGB
CMYK
RGB Variations
Color information
#C0F077 (or 0xC0F077) is known color: Sulu. HEX triplet: C0, F0 and 77. RGB value is (192,240,119). Sum of RGB (Red+Green+Blue) = 192+240+119=551 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.85% from 551); Green value is 240 (94.14% from 255 or 43.56% from 551); Blue value is 119 (46.88% from 255 or 21.60% from 551); Max value from RGB is 240 - color contains mainly: green. Hex color #C0F077 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F077 is #3F0F88. Grayscale: #D4D4D4. Windows color (decimal): -4132745 or 7860416. OLE color: 7860416.
HSL color Cylindrical-coordinate representation of color #C0F077: hue angle of 83.8º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C0F077 is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 240 | 119 | - |
| CMYK | 0.20 | 0 | 0.50 | 0.06 |
| HSL | 83.8º | 0.8% | 0.7% | - |
| HSV(B) | 83.8º | 0.5% | 0.94% | - |
| XYZ | 56.23 | 74.86 | 28.94 | - |
| YUV | 211.85 | 75.6 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 240 | 119 | 0.20 | 0 | 0.50 | 0.06 | 83.8 | 0.8 | 0.7 |
| Hex | C0 | F0 | 77 | 14 | 0 | 32 | 6 | 54 | 50 | 46 |
| Octal | 300 | 360 | 167 | 24 | 0 | 62 | 6 | 124 | 120 | 106 |
| Binary | 11000000 | 11110000 | 1110111 | 10100 | 0 | 110010 | 110 | 1010100 | 1010000 | 1000110 |
Color Harmonies of #C0F077
Complementary color
Monochromatic Colors of #C0F077
Black with #C0F077
Text Example
Text Example
White with #C0F077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F077; }
p { color: rgb(192,240,119); }
H1.HeaderClassName
{
color: #C0F077;
}
.AnyTagClassName
{
color: #C0F077;
}
</style>
background-color css
<style>
a { background-color: #C0F077; }
a { background-color: rgb(192,240,119); }
div.DivClassName
{
background-color: #C0F077;
}
.BgClassName
{
background-color: #C0F077;
}
</style>
border-color css
<style>
span { border-color: #C0F077; }
span { border-color: rgb(192,240,119); }
td.TdClassName
{
border-color: #C0F077;
}
.TagClassName
{
border-color: #C0F077;
}
</style>