Shades of Sulu #C0F07C
Tints of Sulu #C0F07C
RGB
CMYK
RGB Variations
Color information
#C0F07C (or 0xC0F07C) is known color: Sulu. HEX triplet: C0, F0 and 7C. RGB value is (192,240,124). Sum of RGB (Red+Green+Blue) = 192+240+124=556 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.53% from 556); Green value is 240 (94.14% from 255 or 43.17% from 556); Blue value is 124 (48.83% from 255 or 22.30% from 556); Max value from RGB is 240 - color contains mainly: green. Hex color #C0F07C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F07C is #3F0F83. Grayscale: #D4D4D4. Windows color (decimal): -4132740 or 8188096. OLE color: 8188096.
HSL color Cylindrical-coordinate representation of color #C0F07C: hue angle of 84.83º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C0F07C is Cyan = 0.20, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 240 | 124 | - |
| CMYK | 0.20 | 0 | 0.48 | 0.06 |
| HSL | 84.83º | 0.79% | 0.71% | - |
| HSV(B) | 84.83º | 0.48% | 0.94% | - |
| XYZ | 56.54 | 74.98 | 30.56 | - |
| YUV | 212.42 | 78.1 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 240 | 124 | 0.20 | 0 | 0.48 | 0.06 | 84.83 | 0.79 | 0.71 |
| Hex | C0 | F0 | 7C | 14 | 0 | 30 | 6 | 55 | 4F | 47 |
| Octal | 300 | 360 | 174 | 24 | 0 | 60 | 6 | 125 | 117 | 107 |
| Binary | 11000000 | 11110000 | 1111100 | 10100 | 0 | 110000 | 110 | 1010101 | 1001111 | 1000111 |
Color Harmonies of #C0F07C
Complementary color
Monochromatic Colors of #C0F07C
Black with #C0F07C
Text Example
Text Example
White with #C0F07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F07C; }
p { color: rgb(192,240,124); }
H1.HeaderClassName
{
color: #C0F07C;
}
.AnyTagClassName
{
color: #C0F07C;
}
</style>
background-color css
<style>
a { background-color: #C0F07C; }
a { background-color: rgb(192,240,124); }
div.DivClassName
{
background-color: #C0F07C;
}
.BgClassName
{
background-color: #C0F07C;
}
</style>
border-color css
<style>
span { border-color: #C0F07C; }
span { border-color: rgb(192,240,124); }
td.TdClassName
{
border-color: #C0F07C;
}
.TagClassName
{
border-color: #C0F07C;
}
</style>