Shades of Sulu #C0FB8D
Tints of Sulu #C0FB8D
RGB
CMYK
RGB Variations
Color information
#C0FB8D (or 0xC0FB8D) is known color: Sulu. HEX triplet: C0, FB and 8D. RGB value is (192,251,141). Sum of RGB (Red+Green+Blue) = 192+251+141=584 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.88% from 584); Green value is 251 (98.44% from 255 or 42.98% from 584); Blue value is 141 (55.47% from 255 or 24.14% from 584); Max value from RGB is 251 - color contains mainly: green. Hex color #C0FB8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0FB8D is #3F0472. Grayscale: #DDDDDD. Windows color (decimal): -4129907 or 9305024. OLE color: 9305024.
HSL color Cylindrical-coordinate representation of color #C0FB8D: hue angle of 92.18º 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 #C0FB8D is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 251 | 141 | - |
| CMYK | 0.24 | 0 | 0.44 | 0.02 |
| HSL | 92.18º | 0.93% | 0.77% | - |
| HSV(B) | 92.18º | 0.44% | 0.98% | - |
| XYZ | 61.04 | 82.12 | 37.83 | - |
| YUV | 220.82 | 82.95 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 251 | 141 | 0.24 | 0 | 0.44 | 0.02 | 92.18 | 0.93 | 0.77 |
| Hex | C0 | FB | 8D | 18 | 0 | 2C | 2 | 5C | 5D | 4D |
| Octal | 300 | 373 | 215 | 30 | 0 | 54 | 2 | 134 | 135 | 115 |
| Binary | 11000000 | 11111011 | 10001101 | 11000 | 0 | 101100 | 10 | 1011100 | 1011101 | 1001101 |
Color Harmonies of #C0FB8D
Complementary color
Monochromatic Colors of #C0FB8D
Black with #C0FB8D
Text Example
Text Example
White with #C0FB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FB8D; }
p { color: rgb(192,251,141); }
H1.HeaderClassName
{
color: #C0FB8D;
}
.AnyTagClassName
{
color: #C0FB8D;
}
</style>
background-color css
<style>
a { background-color: #C0FB8D; }
a { background-color: rgb(192,251,141); }
div.DivClassName
{
background-color: #C0FB8D;
}
.BgClassName
{
background-color: #C0FB8D;
}
</style>
border-color css
<style>
span { border-color: #C0FB8D; }
span { border-color: rgb(192,251,141); }
td.TdClassName
{
border-color: #C0FB8D;
}
.TagClassName
{
border-color: #C0FB8D;
}
</style>