Shades of Sulu #C0FA73
Tints of Sulu #C0FA73
RGB
CMYK
RGB Variations
Color information
#C0FA73 (or 0xC0FA73) is known color: Sulu. HEX triplet: C0, FA and 73. RGB value is (192,250,115). Sum of RGB (Red+Green+Blue) = 192+250+115=557 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.47% from 557); Green value is 250 (98.05% from 255 or 44.88% from 557); Blue value is 115 (45.31% from 255 or 20.65% from 557); Max value from RGB is 250 - color contains mainly: green. Hex color #C0FA73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0FA73 is #3F058C. Grayscale: #D9D9D9. Windows color (decimal): -4130189 or 7600832. OLE color: 7600832.
HSL color Cylindrical-coordinate representation of color #C0FA73: hue angle of 85.78º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C0FA73 is Cyan = 0.23, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 250 | 115 | - |
| CMYK | 0.23 | 0 | 0.54 | 0.02 |
| HSL | 85.78º | 0.93% | 0.72% | - |
| HSV(B) | 85.78º | 0.54% | 0.98% | - |
| XYZ | 59.02 | 80.82 | 28.71 | - |
| YUV | 217.27 | 70.28 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 250 | 115 | 0.23 | 0 | 0.54 | 0.02 | 85.78 | 0.93 | 0.72 |
| Hex | C0 | FA | 73 | 17 | 0 | 36 | 2 | 56 | 5D | 48 |
| Octal | 300 | 372 | 163 | 27 | 0 | 66 | 2 | 126 | 135 | 110 |
| Binary | 11000000 | 11111010 | 1110011 | 10111 | 0 | 110110 | 10 | 1010110 | 1011101 | 1001000 |
Color Harmonies of #C0FA73
Complementary color
Monochromatic Colors of #C0FA73
Black with #C0FA73
Text Example
Text Example
White with #C0FA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FA73; }
p { color: rgb(192,250,115); }
H1.HeaderClassName
{
color: #C0FA73;
}
.AnyTagClassName
{
color: #C0FA73;
}
</style>
background-color css
<style>
a { background-color: #C0FA73; }
a { background-color: rgb(192,250,115); }
div.DivClassName
{
background-color: #C0FA73;
}
.BgClassName
{
background-color: #C0FA73;
}
</style>
border-color css
<style>
span { border-color: #C0FA73; }
span { border-color: rgb(192,250,115); }
td.TdClassName
{
border-color: #C0FA73;
}
.TagClassName
{
border-color: #C0FA73;
}
</style>