Shades of Sulu #C0FA72
Tints of Sulu #C0FA72
RGB
CMYK
RGB Variations
Color information
#C0FA72 (or 0xC0FA72) is known color: Sulu. HEX triplet: C0, FA and 72. RGB value is (192,250,114). Sum of RGB (Red+Green+Blue) = 192+250+114=556 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.53% from 556); Green value is 250 (98.05% from 255 or 44.96% from 556); Blue value is 114 (44.92% from 255 or 20.50% from 556); Max value from RGB is 250 - color contains mainly: green. Hex color #C0FA72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0FA72 is #3F058D. Grayscale: #D9D9D9. Windows color (decimal): -4130190 or 7535296. OLE color: 7535296.
HSL color Cylindrical-coordinate representation of color #C0FA72: hue angle of 85.59º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C0FA72 is Cyan = 0.23, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 250 | 114 | - |
| CMYK | 0.23 | 0 | 0.54 | 0.02 |
| HSL | 85.59º | 0.93% | 0.71% | - |
| HSV(B) | 85.59º | 0.54% | 0.98% | - |
| XYZ | 58.96 | 80.79 | 28.41 | - |
| YUV | 217.15 | 69.78 | 110.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 250 | 114 | 0.23 | 0 | 0.54 | 0.02 | 85.59 | 0.93 | 0.71 |
| Hex | C0 | FA | 72 | 17 | 0 | 36 | 2 | 56 | 5D | 47 |
| Octal | 300 | 372 | 162 | 27 | 0 | 66 | 2 | 126 | 135 | 107 |
| Binary | 11000000 | 11111010 | 1110010 | 10111 | 0 | 110110 | 10 | 1010110 | 1011101 | 1000111 |
Color Harmonies of #C0FA72
Complementary color
Monochromatic Colors of #C0FA72
Black with #C0FA72
Text Example
Text Example
White with #C0FA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FA72; }
p { color: rgb(192,250,114); }
H1.HeaderClassName
{
color: #C0FA72;
}
.AnyTagClassName
{
color: #C0FA72;
}
</style>
background-color css
<style>
a { background-color: #C0FA72; }
a { background-color: rgb(192,250,114); }
div.DivClassName
{
background-color: #C0FA72;
}
.BgClassName
{
background-color: #C0FA72;
}
</style>
border-color css
<style>
span { border-color: #C0FA72; }
span { border-color: rgb(192,250,114); }
td.TdClassName
{
border-color: #C0FA72;
}
.TagClassName
{
border-color: #C0FA72;
}
</style>