Shades of Sulu #C0FA8A
Tints of Sulu #C0FA8A
RGB
CMYK
RGB Variations
Color information
#C0FA8A (or 0xC0FA8A) is known color: Sulu. HEX triplet: C0, FA and 8A. RGB value is (192,250,138). Sum of RGB (Red+Green+Blue) = 192+250+138=580 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.10% from 580); Green value is 250 (98.05% from 255 or 43.10% from 580); Blue value is 138 (54.30% from 255 or 23.79% from 580); Max value from RGB is 250 - color contains mainly: green. Hex color #C0FA8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0FA8A is #3F0575. Grayscale: #DCDCDC. Windows color (decimal): -4130166 or 9108160. OLE color: 9108160.
HSL color Cylindrical-coordinate representation of color #C0FA8A: hue angle of 91.07º degrees, saturation: 0.92, 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 #C0FA8A is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 250 | 138 | - |
| CMYK | 0.23 | 0 | 0.45 | 0.02 |
| HSL | 91.07º | 0.92% | 0.76% | - |
| HSV(B) | 91.07º | 0.45% | 0.98% | - |
| XYZ | 60.51 | 81.41 | 36.57 | - |
| YUV | 219.89 | 81.78 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 250 | 138 | 0.23 | 0 | 0.45 | 0.02 | 91.07 | 0.92 | 0.76 |
| Hex | C0 | FA | 8A | 17 | 0 | 2D | 2 | 5B | 5C | 4C |
| Octal | 300 | 372 | 212 | 27 | 0 | 55 | 2 | 133 | 134 | 114 |
| Binary | 11000000 | 11111010 | 10001010 | 10111 | 0 | 101101 | 10 | 1011011 | 1011100 | 1001100 |
Color Harmonies of #C0FA8A
Complementary color
Monochromatic Colors of #C0FA8A
Black with #C0FA8A
Text Example
Text Example
White with #C0FA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FA8A; }
p { color: rgb(192,250,138); }
H1.HeaderClassName
{
color: #C0FA8A;
}
.AnyTagClassName
{
color: #C0FA8A;
}
</style>
background-color css
<style>
a { background-color: #C0FA8A; }
a { background-color: rgb(192,250,138); }
div.DivClassName
{
background-color: #C0FA8A;
}
.BgClassName
{
background-color: #C0FA8A;
}
</style>
border-color css
<style>
span { border-color: #C0FA8A; }
span { border-color: rgb(192,250,138); }
td.TdClassName
{
border-color: #C0FA8A;
}
.TagClassName
{
border-color: #C0FA8A;
}
</style>