Shades of Sulu #C0FB8C
Tints of Sulu #C0FB8C
RGB
CMYK
RGB Variations
Color information
#C0FB8C (or 0xC0FB8C) is known color: Sulu. HEX triplet: C0, FB and 8C. RGB value is (192,251,140). Sum of RGB (Red+Green+Blue) = 192+251+140=583 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.93% from 583); Green value is 251 (98.44% from 255 or 43.05% from 583); Blue value is 140 (55.08% from 255 or 24.01% from 583); Max value from RGB is 251 - color contains mainly: green. Hex color #C0FB8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0FB8C is #3F0473. Grayscale: #DDDDDD. Windows color (decimal): -4129908 or 9239488. OLE color: 9239488.
HSL color Cylindrical-coordinate representation of color #C0FB8C: hue angle of 91.89º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C0FB8C is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 251 | 140 | - |
| CMYK | 0.24 | 0 | 0.44 | 0.02 |
| HSL | 91.89º | 0.93% | 0.77% | - |
| HSV(B) | 91.89º | 0.44% | 0.98% | - |
| XYZ | 60.97 | 82.09 | 37.44 | - |
| YUV | 220.71 | 82.45 | 107.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 251 | 140 | 0.24 | 0 | 0.44 | 0.02 | 91.89 | 0.93 | 0.77 |
| Hex | C0 | FB | 8C | 18 | 0 | 2C | 2 | 5C | 5D | 4D |
| Octal | 300 | 373 | 214 | 30 | 0 | 54 | 2 | 134 | 135 | 115 |
| Binary | 11000000 | 11111011 | 10001100 | 11000 | 0 | 101100 | 10 | 1011100 | 1011101 | 1001101 |
Color Harmonies of #C0FB8C
Complementary color
Monochromatic Colors of #C0FB8C
Black with #C0FB8C
Text Example
Text Example
White with #C0FB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FB8C; }
p { color: rgb(192,251,140); }
H1.HeaderClassName
{
color: #C0FB8C;
}
.AnyTagClassName
{
color: #C0FB8C;
}
</style>
background-color css
<style>
a { background-color: #C0FB8C; }
a { background-color: rgb(192,251,140); }
div.DivClassName
{
background-color: #C0FB8C;
}
.BgClassName
{
background-color: #C0FB8C;
}
</style>
border-color css
<style>
span { border-color: #C0FB8C; }
span { border-color: rgb(192,251,140); }
td.TdClassName
{
border-color: #C0FB8C;
}
.TagClassName
{
border-color: #C0FB8C;
}
</style>