Shades of Sulu #C0FF7C
Tints of Sulu #C0FF7C
RGB
CMYK
RGB Variations
Color information
#C0FF7C (or 0xC0FF7C) is known color: Sulu. HEX triplet: C0, FF and 7C. RGB value is (192,255,124). Sum of RGB (Red+Green+Blue) = 192+255+124=571 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.63% from 571); Green value is 255 (100% from 255 or 44.66% from 571); Blue value is 124 (48.83% from 255 or 21.72% from 571); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FF7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0FF7C is #3F0083. Grayscale: #DDDDDD. Windows color (decimal): -4128900 or 8191936. OLE color: 8191936.
HSL color Cylindrical-coordinate representation of color #C0FF7C: hue angle of 88.85º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C0FF7C is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 255 | 124 | - |
| CMYK | 0.25 | 0 | 0.51 | 0 |
| HSL | 88.85º | 1% | 0.74% | - |
| HSV(B) | 88.85º | 0.51% | 1% | - |
| XYZ | 61.14 | 84.18 | 32.1 | - |
| YUV | 221.23 | 73.13 | 107.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 255 | 124 | 0.25 | 0 | 0.51 | 0 | 88.85 | 1 | 0.74 |
| Hex | C0 | FF | 7C | 19 | 0 | 33 | 0 | 59 | 64 | 4A |
| Octal | 300 | 377 | 174 | 31 | 0 | 63 | 0 | 131 | 144 | 112 |
| Binary | 11000000 | 11111111 | 1111100 | 11001 | 0 | 110011 | 0 | 1011001 | 1100100 | 1001010 |
Color Harmonies of #C0FF7C
Complementary color
Monochromatic Colors of #C0FF7C
Black with #C0FF7C
Text Example
Text Example
White with #C0FF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FF7C; }
p { color: rgb(192,255,124); }
H1.HeaderClassName
{
color: #C0FF7C;
}
.AnyTagClassName
{
color: #C0FF7C;
}
</style>
background-color css
<style>
a { background-color: #C0FF7C; }
a { background-color: rgb(192,255,124); }
div.DivClassName
{
background-color: #C0FF7C;
}
.BgClassName
{
background-color: #C0FF7C;
}
</style>
border-color css
<style>
span { border-color: #C0FF7C; }
span { border-color: rgb(192,255,124); }
td.TdClassName
{
border-color: #C0FF7C;
}
.TagClassName
{
border-color: #C0FF7C;
}
</style>