Shades of Sulu #C0F873
Tints of Sulu #C0F873
RGB
CMYK
RGB Variations
Color information
#C0F873 (or 0xC0F873) is known color: Sulu. HEX triplet: C0, F8 and 73. RGB value is (192,248,115). Sum of RGB (Red+Green+Blue) = 192+248+115=555 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.59% from 555); Green value is 248 (97.27% from 255 or 44.68% from 555); Blue value is 115 (45.31% from 255 or 20.72% from 555); Max value from RGB is 248 - color contains mainly: green. Hex color #C0F873 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F873 is #3F078C. Grayscale: #D8D8D8. Windows color (decimal): -4130701 or 7600320. OLE color: 7600320.
HSL color Cylindrical-coordinate representation of color #C0F873: hue angle of 85.26º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C0F873 is Cyan = 0.23, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 248 | 115 | - |
| CMYK | 0.23 | 0 | 0.54 | 0.03 |
| HSL | 85.26º | 0.9% | 0.71% | - |
| HSV(B) | 85.26º | 0.54% | 0.97% | - |
| XYZ | 58.4 | 79.58 | 28.5 | - |
| YUV | 216.09 | 70.95 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 248 | 115 | 0.23 | 0 | 0.54 | 0.03 | 85.26 | 0.9 | 0.71 |
| Hex | C0 | F8 | 73 | 17 | 0 | 36 | 3 | 55 | 5A | 47 |
| Octal | 300 | 370 | 163 | 27 | 0 | 66 | 3 | 125 | 132 | 107 |
| Binary | 11000000 | 11111000 | 1110011 | 10111 | 0 | 110110 | 11 | 1010101 | 1011010 | 1000111 |
Color Harmonies of #C0F873
Complementary color
Monochromatic Colors of #C0F873
Black with #C0F873
Text Example
Text Example
White with #C0F873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F873; }
p { color: rgb(192,248,115); }
H1.HeaderClassName
{
color: #C0F873;
}
.AnyTagClassName
{
color: #C0F873;
}
</style>
background-color css
<style>
a { background-color: #C0F873; }
a { background-color: rgb(192,248,115); }
div.DivClassName
{
background-color: #C0F873;
}
.BgClassName
{
background-color: #C0F873;
}
</style>
border-color css
<style>
span { border-color: #C0F873; }
span { border-color: rgb(192,248,115); }
td.TdClassName
{
border-color: #C0F873;
}
.TagClassName
{
border-color: #C0F873;
}
</style>