Shades of Sulu #C0FD77
Tints of Sulu #C0FD77
RGB
CMYK
RGB Variations
Color information
#C0FD77 (or 0xC0FD77) is known color: Sulu. HEX triplet: C0, FD and 77. RGB value is (192,253,119). Sum of RGB (Red+Green+Blue) = 192+253+119=564 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.04% from 564); Green value is 253 (99.22% from 255 or 44.86% from 564); Blue value is 119 (46.88% from 255 or 21.10% from 564); Max value from RGB is 253 - color contains mainly: green. Hex color #C0FD77 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0FD77 is #3F0288. Grayscale: #DBDBDB. Windows color (decimal): -4129417 or 7863744. OLE color: 7863744.
HSL color Cylindrical-coordinate representation of color #C0FD77: hue angle of 87.31º 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 #C0FD77 is Cyan = 0.24, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 253 | 119 | - |
| CMYK | 0.24 | 0 | 0.53 | 0.01 |
| HSL | 87.31º | 0.97% | 0.73% | - |
| HSV(B) | 87.31º | 0.53% | 0.99% | - |
| XYZ | 60.19 | 82.79 | 30.26 | - |
| YUV | 219.49 | 71.29 | 108.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 253 | 119 | 0.24 | 0 | 0.53 | 0.01 | 87.31 | 0.97 | 0.73 |
| Hex | C0 | FD | 77 | 18 | 0 | 35 | 1 | 57 | 61 | 49 |
| Octal | 300 | 375 | 167 | 30 | 0 | 65 | 1 | 127 | 141 | 111 |
| Binary | 11000000 | 11111101 | 1110111 | 11000 | 0 | 110101 | 1 | 1010111 | 1100001 | 1001001 |
Color Harmonies of #C0FD77
Complementary color
Monochromatic Colors of #C0FD77
Black with #C0FD77
Text Example
Text Example
White with #C0FD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FD77; }
p { color: rgb(192,253,119); }
H1.HeaderClassName
{
color: #C0FD77;
}
.AnyTagClassName
{
color: #C0FD77;
}
</style>
background-color css
<style>
a { background-color: #C0FD77; }
a { background-color: rgb(192,253,119); }
div.DivClassName
{
background-color: #C0FD77;
}
.BgClassName
{
background-color: #C0FD77;
}
</style>
border-color css
<style>
span { border-color: #C0FD77; }
span { border-color: rgb(192,253,119); }
td.TdClassName
{
border-color: #C0FD77;
}
.TagClassName
{
border-color: #C0FD77;
}
</style>