Shades of Sulu #C0FB72
Tints of Sulu #C0FB72
RGB
CMYK
RGB Variations
Color information
#C0FB72 (or 0xC0FB72) is known color: Sulu. HEX triplet: C0, FB and 72. RGB value is (192,251,114). Sum of RGB (Red+Green+Blue) = 192+251+114=557 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.47% from 557); Green value is 251 (98.44% from 255 or 45.06% from 557); Blue value is 114 (44.92% from 255 or 20.47% from 557); Max value from RGB is 251 - color contains mainly: green. Hex color #C0FB72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0FB72 is #3F048D. Grayscale: #DADADA. Windows color (decimal): -4129934 or 7535552. OLE color: 7535552.
HSL color Cylindrical-coordinate representation of color #C0FB72: hue angle of 85.84º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C0FB72 is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 251 | 114 | - |
| CMYK | 0.24 | 0 | 0.55 | 0.02 |
| HSL | 85.84º | 0.94% | 0.72% | - |
| HSV(B) | 85.84º | 0.55% | 0.98% | - |
| XYZ | 59.27 | 81.42 | 28.51 | - |
| YUV | 217.74 | 69.45 | 109.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 251 | 114 | 0.24 | 0 | 0.55 | 0.02 | 85.84 | 0.94 | 0.72 |
| Hex | C0 | FB | 72 | 18 | 0 | 37 | 2 | 56 | 5E | 48 |
| Octal | 300 | 373 | 162 | 30 | 0 | 67 | 2 | 126 | 136 | 110 |
| Binary | 11000000 | 11111011 | 1110010 | 11000 | 0 | 110111 | 10 | 1010110 | 1011110 | 1001000 |
Color Harmonies of #C0FB72
Complementary color
Monochromatic Colors of #C0FB72
Black with #C0FB72
Text Example
Text Example
White with #C0FB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FB72; }
p { color: rgb(192,251,114); }
H1.HeaderClassName
{
color: #C0FB72;
}
.AnyTagClassName
{
color: #C0FB72;
}
</style>
background-color css
<style>
a { background-color: #C0FB72; }
a { background-color: rgb(192,251,114); }
div.DivClassName
{
background-color: #C0FB72;
}
.BgClassName
{
background-color: #C0FB72;
}
</style>
border-color css
<style>
span { border-color: #C0FB72; }
span { border-color: rgb(192,251,114); }
td.TdClassName
{
border-color: #C0FB72;
}
.TagClassName
{
border-color: #C0FB72;
}
</style>