Shades of Sulu #C0FA87
Tints of Sulu #C0FA87
RGB
CMYK
RGB Variations
Color information
#C0FA87 (or 0xC0FA87) is known color: Sulu. HEX triplet: C0, FA and 87. RGB value is (192,250,135). Sum of RGB (Red+Green+Blue) = 192+250+135=577 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.28% from 577); Green value is 250 (98.05% from 255 or 43.33% from 577); Blue value is 135 (53.12% from 255 or 23.40% from 577); Max value from RGB is 250 - color contains mainly: green. Hex color #C0FA87 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0FA87 is #3F0578. Grayscale: #DBDBDB. Windows color (decimal): -4130169 or 8911552. OLE color: 8911552.
HSL color Cylindrical-coordinate representation of color #C0FA87: hue angle of 90.26º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C0FA87 is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 250 | 135 | - |
| CMYK | 0.23 | 0 | 0.46 | 0.02 |
| HSL | 90.26º | 0.92% | 0.75% | - |
| HSV(B) | 90.26º | 0.46% | 0.98% | - |
| XYZ | 60.3 | 81.33 | 35.44 | - |
| YUV | 219.55 | 80.28 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 250 | 135 | 0.23 | 0 | 0.46 | 0.02 | 90.26 | 0.92 | 0.75 |
| Hex | C0 | FA | 87 | 17 | 0 | 2E | 2 | 5A | 5C | 4B |
| Octal | 300 | 372 | 207 | 27 | 0 | 56 | 2 | 132 | 134 | 113 |
| Binary | 11000000 | 11111010 | 10000111 | 10111 | 0 | 101110 | 10 | 1011010 | 1011100 | 1001011 |
Color Harmonies of #C0FA87
Complementary color
Monochromatic Colors of #C0FA87
Black with #C0FA87
Text Example
Text Example
White with #C0FA87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FA87; }
p { color: rgb(192,250,135); }
H1.HeaderClassName
{
color: #C0FA87;
}
.AnyTagClassName
{
color: #C0FA87;
}
</style>
background-color css
<style>
a { background-color: #C0FA87; }
a { background-color: rgb(192,250,135); }
div.DivClassName
{
background-color: #C0FA87;
}
.BgClassName
{
background-color: #C0FA87;
}
</style>
border-color css
<style>
span { border-color: #C0FA87; }
span { border-color: rgb(192,250,135); }
td.TdClassName
{
border-color: #C0FA87;
}
.TagClassName
{
border-color: #C0FA87;
}
</style>