Shades of Sulu #C0FB8A
Tints of Sulu #C0FB8A
RGB
CMYK
RGB Variations
Color information
#C0FB8A (or 0xC0FB8A) is known color: Sulu. HEX triplet: C0, FB and 8A. RGB value is (192,251,138). Sum of RGB (Red+Green+Blue) = 192+251+138=581 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.05% from 581); Green value is 251 (98.44% from 255 or 43.20% from 581); Blue value is 138 (54.30% from 255 or 23.75% from 581); Max value from RGB is 251 - color contains mainly: green. Hex color #C0FB8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0FB8A is #3F0475. Grayscale: #DCDCDC. Windows color (decimal): -4129910 or 9108416. OLE color: 9108416.
HSL color Cylindrical-coordinate representation of color #C0FB8A: hue angle of 91.33º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C0FB8A is Cyan = 0.24, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 251 | 138 | - |
| CMYK | 0.24 | 0 | 0.45 | 0.02 |
| HSL | 91.33º | 0.93% | 0.76% | - |
| HSV(B) | 91.33º | 0.45% | 0.98% | - |
| XYZ | 60.82 | 82.04 | 36.67 | - |
| YUV | 220.48 | 81.45 | 107.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 251 | 138 | 0.24 | 0 | 0.45 | 0.02 | 91.33 | 0.93 | 0.76 |
| Hex | C0 | FB | 8A | 18 | 0 | 2D | 2 | 5B | 5D | 4C |
| Octal | 300 | 373 | 212 | 30 | 0 | 55 | 2 | 133 | 135 | 114 |
| Binary | 11000000 | 11111011 | 10001010 | 11000 | 0 | 101101 | 10 | 1011011 | 1011101 | 1001100 |
Color Harmonies of #C0FB8A
Complementary color
Monochromatic Colors of #C0FB8A
Black with #C0FB8A
Text Example
Text Example
White with #C0FB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FB8A; }
p { color: rgb(192,251,138); }
H1.HeaderClassName
{
color: #C0FB8A;
}
.AnyTagClassName
{
color: #C0FB8A;
}
</style>
background-color css
<style>
a { background-color: #C0FB8A; }
a { background-color: rgb(192,251,138); }
div.DivClassName
{
background-color: #C0FB8A;
}
.BgClassName
{
background-color: #C0FB8A;
}
</style>
border-color css
<style>
span { border-color: #C0FB8A; }
span { border-color: rgb(192,251,138); }
td.TdClassName
{
border-color: #C0FB8A;
}
.TagClassName
{
border-color: #C0FB8A;
}
</style>