Shades of Sulu #C0FC78
Tints of Sulu #C0FC78
RGB
CMYK
RGB Variations
Color information
#C0FC78 (or 0xC0FC78) is known color: Sulu. HEX triplet: C0, FC and 78. RGB value is (192,252,120). Sum of RGB (Red+Green+Blue) = 192+252+120=564 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.04% from 564); Green value is 252 (98.83% from 255 or 44.68% from 564); Blue value is 120 (47.27% from 255 or 21.28% from 564); Max value from RGB is 252 - color contains mainly: green. Hex color #C0FC78 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0FC78 is #3F0387. Grayscale: #DBDBDB. Windows color (decimal): -4129672 or 7929024. OLE color: 7929024.
HSL color Cylindrical-coordinate representation of color #C0FC78: hue angle of 87.27º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C0FC78 is Cyan = 0.24, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 252 | 120 | - |
| CMYK | 0.24 | 0 | 0.52 | 0.01 |
| HSL | 87.27º | 0.96% | 0.73% | - |
| HSV(B) | 87.27º | 0.52% | 0.99% | - |
| XYZ | 59.94 | 82.18 | 30.47 | - |
| YUV | 219.01 | 72.12 | 108.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 252 | 120 | 0.24 | 0 | 0.52 | 0.01 | 87.27 | 0.96 | 0.73 |
| Hex | C0 | FC | 78 | 18 | 0 | 34 | 1 | 57 | 60 | 49 |
| Octal | 300 | 374 | 170 | 30 | 0 | 64 | 1 | 127 | 140 | 111 |
| Binary | 11000000 | 11111100 | 1111000 | 11000 | 0 | 110100 | 1 | 1010111 | 1100000 | 1001001 |
Color Harmonies of #C0FC78
Complementary color
Monochromatic Colors of #C0FC78
Black with #C0FC78
Text Example
Text Example
White with #C0FC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FC78; }
p { color: rgb(192,252,120); }
H1.HeaderClassName
{
color: #C0FC78;
}
.AnyTagClassName
{
color: #C0FC78;
}
</style>
background-color css
<style>
a { background-color: #C0FC78; }
a { background-color: rgb(192,252,120); }
div.DivClassName
{
background-color: #C0FC78;
}
.BgClassName
{
background-color: #C0FC78;
}
</style>
border-color css
<style>
span { border-color: #C0FC78; }
span { border-color: rgb(192,252,120); }
td.TdClassName
{
border-color: #C0FC78;
}
.TagClassName
{
border-color: #C0FC78;
}
</style>