Shades of Sulu #C0FF7E
Tints of Sulu #C0FF7E
RGB
CMYK
RGB Variations
Color information
#C0FF7E (or 0xC0FF7E) is known color: Sulu. HEX triplet: C0, FF and 7E. RGB value is (192,255,126). Sum of RGB (Red+Green+Blue) = 192+255+126=573 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.51% from 573); Green value is 255 (100% from 255 or 44.50% from 573); Blue value is 126 (49.61% from 255 or 21.99% from 573); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FF7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0FF7E is #3F0081. Grayscale: #DDDDDD. Windows color (decimal): -4128898 or 8323008. OLE color: 8323008.
HSL color Cylindrical-coordinate representation of color #C0FF7E: hue angle of 89.3º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C0FF7E is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 255 | 126 | - |
| CMYK | 0.25 | 0 | 0.51 | 0 |
| HSL | 89.3º | 1% | 0.75% | - |
| HSV(B) | 89.3º | 0.51% | 1% | - |
| XYZ | 61.26 | 84.23 | 32.77 | - |
| YUV | 221.46 | 74.13 | 106.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 255 | 126 | 0.25 | 0 | 0.51 | 0 | 89.3 | 1 | 0.75 |
| Hex | C0 | FF | 7E | 19 | 0 | 33 | 0 | 59 | 64 | 4B |
| Octal | 300 | 377 | 176 | 31 | 0 | 63 | 0 | 131 | 144 | 113 |
| Binary | 11000000 | 11111111 | 1111110 | 11001 | 0 | 110011 | 0 | 1011001 | 1100100 | 1001011 |
Color Harmonies of #C0FF7E
Complementary color
Monochromatic Colors of #C0FF7E
Black with #C0FF7E
Text Example
Text Example
White with #C0FF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FF7E; }
p { color: rgb(192,255,126); }
H1.HeaderClassName
{
color: #C0FF7E;
}
.AnyTagClassName
{
color: #C0FF7E;
}
</style>
background-color css
<style>
a { background-color: #C0FF7E; }
a { background-color: rgb(192,255,126); }
div.DivClassName
{
background-color: #C0FF7E;
}
.BgClassName
{
background-color: #C0FF7E;
}
</style>
border-color css
<style>
span { border-color: #C0FF7E; }
span { border-color: rgb(192,255,126); }
td.TdClassName
{
border-color: #C0FF7E;
}
.TagClassName
{
border-color: #C0FF7E;
}
</style>