Shades of Sulu #C0FF7F
Tints of Sulu #C0FF7F
RGB
CMYK
RGB Variations
Color information
#C0FF7F (or 0xC0FF7F) is known color: Sulu. HEX triplet: C0, FF and 7F. RGB value is (192,255,127). Sum of RGB (Red+Green+Blue) = 192+255+127=574 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.45% from 574); Green value is 255 (100% from 255 or 44.43% from 574); Blue value is 127 (50% from 255 or 22.13% from 574); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FF7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0FF7F is #3F0080. Grayscale: #DEDEDE. Windows color (decimal): -4128897 or 8388544. OLE color: 8388544.
HSL color Cylindrical-coordinate representation of color #C0FF7F: hue angle of 89.53º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C0FF7F is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 255 | 127 | - |
| CMYK | 0.25 | 0 | 0.50 | 0 |
| HSL | 89.53º | 1% | 0.75% | - |
| HSV(B) | 89.53º | 0.5% | 1% | - |
| XYZ | 61.33 | 84.26 | 33.11 | - |
| YUV | 221.57 | 74.63 | 106.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 255 | 127 | 0.25 | 0 | 0.50 | 0 | 89.53 | 1 | 0.75 |
| Hex | C0 | FF | 7F | 19 | 0 | 32 | 0 | 5A | 64 | 4B |
| Octal | 300 | 377 | 177 | 31 | 0 | 62 | 0 | 132 | 144 | 113 |
| Binary | 11000000 | 11111111 | 1111111 | 11001 | 0 | 110010 | 0 | 1011010 | 1100100 | 1001011 |
Color Harmonies of #C0FF7F
Complementary color
Monochromatic Colors of #C0FF7F
Black with #C0FF7F
Text Example
Text Example
White with #C0FF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FF7F; }
p { color: rgb(192,255,127); }
H1.HeaderClassName
{
color: #C0FF7F;
}
.AnyTagClassName
{
color: #C0FF7F;
}
</style>
background-color css
<style>
a { background-color: #C0FF7F; }
a { background-color: rgb(192,255,127); }
div.DivClassName
{
background-color: #C0FF7F;
}
.BgClassName
{
background-color: #C0FF7F;
}
</style>
border-color css
<style>
span { border-color: #C0FF7F; }
span { border-color: rgb(192,255,127); }
td.TdClassName
{
border-color: #C0FF7F;
}
.TagClassName
{
border-color: #C0FF7F;
}
</style>