Shades of Sulu #C0FD76
Tints of Sulu #C0FD76
RGB
CMYK
RGB Variations
Color information
#C0FD76 (or 0xC0FD76) is known color: Sulu. HEX triplet: C0, FD and 76. RGB value is (192,253,118). Sum of RGB (Red+Green+Blue) = 192+253+118=563 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.10% from 563); Green value is 253 (99.22% from 255 or 44.94% from 563); Blue value is 118 (46.48% from 255 or 20.96% from 563); Max value from RGB is 253 - color contains mainly: green. Hex color #C0FD76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0FD76 is #3F0289. Grayscale: #DBDBDB. Windows color (decimal): -4129418 or 7798208. OLE color: 7798208.
HSL color Cylindrical-coordinate representation of color #C0FD76: hue angle of 87.11º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C0FD76 is Cyan = 0.24, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 253 | 118 | - |
| CMYK | 0.24 | 0 | 0.53 | 0.01 |
| HSL | 87.11º | 0.97% | 0.73% | - |
| HSV(B) | 87.11º | 0.53% | 0.99% | - |
| XYZ | 60.13 | 82.77 | 29.95 | - |
| YUV | 219.37 | 70.79 | 108.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 253 | 118 | 0.24 | 0 | 0.53 | 0.01 | 87.11 | 0.97 | 0.73 |
| Hex | C0 | FD | 76 | 18 | 0 | 35 | 1 | 57 | 61 | 49 |
| Octal | 300 | 375 | 166 | 30 | 0 | 65 | 1 | 127 | 141 | 111 |
| Binary | 11000000 | 11111101 | 1110110 | 11000 | 0 | 110101 | 1 | 1010111 | 1100001 | 1001001 |
Color Harmonies of #C0FD76
Complementary color
Monochromatic Colors of #C0FD76
Black with #C0FD76
Text Example
Text Example
White with #C0FD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FD76; }
p { color: rgb(192,253,118); }
H1.HeaderClassName
{
color: #C0FD76;
}
.AnyTagClassName
{
color: #C0FD76;
}
</style>
background-color css
<style>
a { background-color: #C0FD76; }
a { background-color: rgb(192,253,118); }
div.DivClassName
{
background-color: #C0FD76;
}
.BgClassName
{
background-color: #C0FD76;
}
</style>
border-color css
<style>
span { border-color: #C0FD76; }
span { border-color: rgb(192,253,118); }
td.TdClassName
{
border-color: #C0FD76;
}
.TagClassName
{
border-color: #C0FD76;
}
</style>