Shades of Sulu #C0FC60
Tints of Sulu #C0FC60
RGB
CMYK
RGB Variations
Color information
#C0FC60 (or 0xC0FC60) is known color: Sulu. HEX triplet: C0, FC and 60. RGB value is (192,252,96). Sum of RGB (Red+Green+Blue) = 192+252+96=540 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.56% from 540); Green value is 252 (98.83% from 255 or 46.67% from 540); Blue value is 96 (37.89% from 255 or 17.78% from 540); Max value from RGB is 252 - color contains mainly: green. Hex color #C0FC60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0FC60 is #3F039F. Grayscale: #D8D8D8. Windows color (decimal): -4129696 or 6356160. OLE color: 6356160.
HSL color Cylindrical-coordinate representation of color #C0FC60: hue angle of 83.08º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C0FC60 is Cyan = 0.24, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 252 | 96 | - |
| CMYK | 0.24 | 0 | 0.62 | 0.01 |
| HSL | 83.08º | 0.96% | 0.68% | - |
| HSV(B) | 83.08º | 0.62% | 0.99% | - |
| XYZ | 58.66 | 81.67 | 23.74 | - |
| YUV | 216.28 | 60.12 | 110.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 252 | 96 | 0.24 | 0 | 0.62 | 0.01 | 83.08 | 0.96 | 0.68 |
| Hex | C0 | FC | 60 | 18 | 0 | 3E | 1 | 53 | 60 | 44 |
| Octal | 300 | 374 | 140 | 30 | 0 | 76 | 1 | 123 | 140 | 104 |
| Binary | 11000000 | 11111100 | 1100000 | 11000 | 0 | 111110 | 1 | 1010011 | 1100000 | 1000100 |
Color Harmonies of #C0FC60
Complementary color
Monochromatic Colors of #C0FC60
Black with #C0FC60
Text Example
Text Example
White with #C0FC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FC60; }
p { color: rgb(192,252,96); }
H1.HeaderClassName
{
color: #C0FC60;
}
.AnyTagClassName
{
color: #C0FC60;
}
</style>
background-color css
<style>
a { background-color: #C0FC60; }
a { background-color: rgb(192,252,96); }
div.DivClassName
{
background-color: #C0FC60;
}
.BgClassName
{
background-color: #C0FC60;
}
</style>
border-color css
<style>
span { border-color: #C0FC60; }
span { border-color: rgb(192,252,96); }
td.TdClassName
{
border-color: #C0FC60;
}
.TagClassName
{
border-color: #C0FC60;
}
</style>