Shades of Sulu #C0FF5F
Tints of Sulu #C0FF5F
RGB
CMYK
RGB Variations
Color information
#C0FF5F (or 0xC0FF5F) is known color: Sulu. HEX triplet: C0, FF and 5F. RGB value is (192,255,95). Sum of RGB (Red+Green+Blue) = 192+255+95=542 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.42% from 542); Green value is 255 (100% from 255 or 47.05% from 542); Blue value is 95 (37.5% from 255 or 17.53% from 542); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FF5F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0FF5F is #3F00A0. Grayscale: #DADADA. Windows color (decimal): -4128929 or 6291392. OLE color: 6291392.
HSL color Cylindrical-coordinate representation of color #C0FF5F: hue angle of 83.62º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C0FF5F is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 255 | 95 | - |
| CMYK | 0.25 | 0 | 0.63 | 0 |
| HSL | 83.63º | 1% | 0.69% | - |
| HSV(B) | 83.63º | 0.63% | 1% | - |
| XYZ | 59.56 | 83.55 | 23.81 | - |
| YUV | 217.92 | 58.63 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 255 | 95 | 0.25 | 0 | 0.63 | 0 | 83.63 | 1 | 0.69 |
| Hex | C0 | FF | 5F | 19 | 0 | 3F | 0 | 54 | 64 | 45 |
| Octal | 300 | 377 | 137 | 31 | 0 | 77 | 0 | 124 | 144 | 105 |
| Binary | 11000000 | 11111111 | 1011111 | 11001 | 0 | 111111 | 0 | 1010100 | 1100100 | 1000101 |
Color Harmonies of #C0FF5F
Complementary color
Monochromatic Colors of #C0FF5F
Black with #C0FF5F
Text Example
Text Example
White with #C0FF5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FF5F; }
p { color: rgb(192,255,95); }
H1.HeaderClassName
{
color: #C0FF5F;
}
.AnyTagClassName
{
color: #C0FF5F;
}
</style>
background-color css
<style>
a { background-color: #C0FF5F; }
a { background-color: rgb(192,255,95); }
div.DivClassName
{
background-color: #C0FF5F;
}
.BgClassName
{
background-color: #C0FF5F;
}
</style>
border-color css
<style>
span { border-color: #C0FF5F; }
span { border-color: rgb(192,255,95); }
td.TdClassName
{
border-color: #C0FF5F;
}
.TagClassName
{
border-color: #C0FF5F;
}
</style>