Shades of Sulu #C0FD78
Tints of Sulu #C0FD78
RGB
CMYK
RGB Variations
Color information
#C0FD78 (or 0xC0FD78) is known color: Sulu. HEX triplet: C0, FD and 78. RGB value is (192,253,120). Sum of RGB (Red+Green+Blue) = 192+253+120=565 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.98% from 565); Green value is 253 (99.22% from 255 or 44.78% from 565); Blue value is 120 (47.27% from 255 or 21.24% from 565); Max value from RGB is 253 - color contains mainly: green. Hex color #C0FD78 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0FD78 is #3F0287. Grayscale: #DCDCDC. Windows color (decimal): -4129416 or 7929280. OLE color: 7929280.
HSL color Cylindrical-coordinate representation of color #C0FD78: hue angle of 87.52º 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 #C0FD78 is Cyan = 0.24, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 253 | 120 | - |
| CMYK | 0.24 | 0 | 0.53 | 0.01 |
| HSL | 87.52º | 0.97% | 0.73% | - |
| HSV(B) | 87.52º | 0.53% | 0.99% | - |
| XYZ | 60.25 | 82.81 | 30.58 | - |
| YUV | 219.6 | 71.79 | 108.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 253 | 120 | 0.24 | 0 | 0.53 | 0.01 | 87.52 | 0.97 | 0.73 |
| Hex | C0 | FD | 78 | 18 | 0 | 35 | 1 | 58 | 61 | 49 |
| Octal | 300 | 375 | 170 | 30 | 0 | 65 | 1 | 130 | 141 | 111 |
| Binary | 11000000 | 11111101 | 1111000 | 11000 | 0 | 110101 | 1 | 1011000 | 1100001 | 1001001 |
Color Harmonies of #C0FD78
Complementary color
Monochromatic Colors of #C0FD78
Black with #C0FD78
Text Example
Text Example
White with #C0FD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FD78; }
p { color: rgb(192,253,120); }
H1.HeaderClassName
{
color: #C0FD78;
}
.AnyTagClassName
{
color: #C0FD78;
}
</style>
background-color css
<style>
a { background-color: #C0FD78; }
a { background-color: rgb(192,253,120); }
div.DivClassName
{
background-color: #C0FD78;
}
.BgClassName
{
background-color: #C0FD78;
}
</style>
border-color css
<style>
span { border-color: #C0FD78; }
span { border-color: rgb(192,253,120); }
td.TdClassName
{
border-color: #C0FD78;
}
.TagClassName
{
border-color: #C0FD78;
}
</style>