Shades of Sulu #C0FB6E
Tints of Sulu #C0FB6E
RGB
CMYK
RGB Variations
Color information
#C0FB6E (or 0xC0FB6E) is known color: Sulu. HEX triplet: C0, FB and 6E. RGB value is (192,251,110). Sum of RGB (Red+Green+Blue) = 192+251+110=553 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.72% from 553); Green value is 251 (98.44% from 255 or 45.39% from 553); Blue value is 110 (43.36% from 255 or 19.89% from 553); Max value from RGB is 251 - color contains mainly: green. Hex color #C0FB6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0FB6E is #3F0491. Grayscale: #D9D9D9. Windows color (decimal): -4129938 or 7273408. OLE color: 7273408.
HSL color Cylindrical-coordinate representation of color #C0FB6E: hue angle of 85.11º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C0FB6E is Cyan = 0.24, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 251 | 110 | - |
| CMYK | 0.24 | 0 | 0.56 | 0.02 |
| HSL | 85.11º | 0.95% | 0.71% | - |
| HSV(B) | 85.11º | 0.56% | 0.98% | - |
| XYZ | 59.05 | 81.33 | 27.34 | - |
| YUV | 217.29 | 67.45 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 251 | 110 | 0.24 | 0 | 0.56 | 0.02 | 85.11 | 0.95 | 0.71 |
| Hex | C0 | FB | 6E | 18 | 0 | 38 | 2 | 55 | 5F | 47 |
| Octal | 300 | 373 | 156 | 30 | 0 | 70 | 2 | 125 | 137 | 107 |
| Binary | 11000000 | 11111011 | 1101110 | 11000 | 0 | 111000 | 10 | 1010101 | 1011111 | 1000111 |
Color Harmonies of #C0FB6E
Complementary color
Monochromatic Colors of #C0FB6E
Black with #C0FB6E
Text Example
Text Example
White with #C0FB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FB6E; }
p { color: rgb(192,251,110); }
H1.HeaderClassName
{
color: #C0FB6E;
}
.AnyTagClassName
{
color: #C0FB6E;
}
</style>
background-color css
<style>
a { background-color: #C0FB6E; }
a { background-color: rgb(192,251,110); }
div.DivClassName
{
background-color: #C0FB6E;
}
.BgClassName
{
background-color: #C0FB6E;
}
</style>
border-color css
<style>
span { border-color: #C0FB6E; }
span { border-color: rgb(192,251,110); }
td.TdClassName
{
border-color: #C0FB6E;
}
.TagClassName
{
border-color: #C0FB6E;
}
</style>