Shades of Sulu #C0FF71
Tints of Sulu #C0FF71
RGB
CMYK
RGB Variations
Color information
#C0FF71 (or 0xC0FF71) is known color: Sulu. HEX triplet: C0, FF and 71. RGB value is (192,255,113). Sum of RGB (Red+Green+Blue) = 192+255+113=560 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.29% from 560); Green value is 255 (100% from 255 or 45.54% from 560); Blue value is 113 (44.53% from 255 or 20.18% from 560); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FF71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0FF71 is #3F008E. Grayscale: #DCDCDC. Windows color (decimal): -4128911 or 7471040. OLE color: 7471040.
HSL color Cylindrical-coordinate representation of color #C0FF71: hue angle of 86.62º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C0FF71 is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 255 | 113 | - |
| CMYK | 0.25 | 0 | 0.56 | 0 |
| HSL | 86.62º | 1% | 0.72% | - |
| HSV(B) | 86.62º | 0.56% | 1% | - |
| XYZ | 60.48 | 83.92 | 28.63 | - |
| YUV | 219.98 | 67.63 | 108.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 255 | 113 | 0.25 | 0 | 0.56 | 0 | 86.62 | 1 | 0.72 |
| Hex | C0 | FF | 71 | 19 | 0 | 38 | 0 | 57 | 64 | 48 |
| Octal | 300 | 377 | 161 | 31 | 0 | 70 | 0 | 127 | 144 | 110 |
| Binary | 11000000 | 11111111 | 1110001 | 11001 | 0 | 111000 | 0 | 1010111 | 1100100 | 1001000 |
Color Harmonies of #C0FF71
Complementary color
Monochromatic Colors of #C0FF71
Black with #C0FF71
Text Example
Text Example
White with #C0FF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FF71; }
p { color: rgb(192,255,113); }
H1.HeaderClassName
{
color: #C0FF71;
}
.AnyTagClassName
{
color: #C0FF71;
}
</style>
background-color css
<style>
a { background-color: #C0FF71; }
a { background-color: rgb(192,255,113); }
div.DivClassName
{
background-color: #C0FF71;
}
.BgClassName
{
background-color: #C0FF71;
}
</style>
border-color css
<style>
span { border-color: #C0FF71; }
span { border-color: rgb(192,255,113); }
td.TdClassName
{
border-color: #C0FF71;
}
.TagClassName
{
border-color: #C0FF71;
}
</style>