Shades of Sulu #C0FA8B
Tints of Sulu #C0FA8B
RGB
CMYK
RGB Variations
Color information
#C0FA8B (or 0xC0FA8B) is known color: Sulu. HEX triplet: C0, FA and 8B. RGB value is (192,250,139). Sum of RGB (Red+Green+Blue) = 192+250+139=581 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.05% from 581); Green value is 250 (98.05% from 255 or 43.03% from 581); Blue value is 139 (54.69% from 255 or 23.92% from 581); Max value from RGB is 250 - color contains mainly: green. Hex color #C0FA8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0FA8B is #3F0574. Grayscale: #DCDCDC. Windows color (decimal): -4130165 or 9173696. OLE color: 9173696.
HSL color Cylindrical-coordinate representation of color #C0FA8B: hue angle of 91.35º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C0FA8B is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 250 | 139 | - |
| CMYK | 0.23 | 0 | 0.44 | 0.02 |
| HSL | 91.35º | 0.92% | 0.76% | - |
| HSV(B) | 91.35º | 0.44% | 0.98% | - |
| XYZ | 60.58 | 81.44 | 36.95 | - |
| YUV | 220 | 82.28 | 108.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 250 | 139 | 0.23 | 0 | 0.44 | 0.02 | 91.35 | 0.92 | 0.76 |
| Hex | C0 | FA | 8B | 17 | 0 | 2C | 2 | 5B | 5C | 4C |
| Octal | 300 | 372 | 213 | 27 | 0 | 54 | 2 | 133 | 134 | 114 |
| Binary | 11000000 | 11111010 | 10001011 | 10111 | 0 | 101100 | 10 | 1011011 | 1011100 | 1001100 |
Color Harmonies of #C0FA8B
Complementary color
Monochromatic Colors of #C0FA8B
Black with #C0FA8B
Text Example
Text Example
White with #C0FA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FA8B; }
p { color: rgb(192,250,139); }
H1.HeaderClassName
{
color: #C0FA8B;
}
.AnyTagClassName
{
color: #C0FA8B;
}
</style>
background-color css
<style>
a { background-color: #C0FA8B; }
a { background-color: rgb(192,250,139); }
div.DivClassName
{
background-color: #C0FA8B;
}
.BgClassName
{
background-color: #C0FA8B;
}
</style>
border-color css
<style>
span { border-color: #C0FA8B; }
span { border-color: rgb(192,250,139); }
td.TdClassName
{
border-color: #C0FA8B;
}
.TagClassName
{
border-color: #C0FA8B;
}
</style>