Shades of Sulu #C0FC8A
Tints of Sulu #C0FC8A
RGB
CMYK
RGB Variations
Color information
#C0FC8A (or 0xC0FC8A) is known color: Sulu. HEX triplet: C0, FC and 8A. RGB value is (192,252,138). Sum of RGB (Red+Green+Blue) = 192+252+138=582 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.99% from 582); Green value is 252 (98.83% from 255 or 43.30% from 582); Blue value is 138 (54.30% from 255 or 23.71% from 582); Max value from RGB is 252 - color contains mainly: green. Hex color #C0FC8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0FC8A is #3F0375. Grayscale: #DDDDDD. Windows color (decimal): -4129654 or 9108672. OLE color: 9108672.
HSL color Cylindrical-coordinate representation of color #C0FC8A: hue angle of 91.58º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C0FC8A is Cyan = 0.24, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 252 | 138 | - |
| CMYK | 0.24 | 0 | 0.45 | 0.01 |
| HSL | 91.58º | 0.95% | 0.76% | - |
| HSV(B) | 91.58º | 0.45% | 0.99% | - |
| XYZ | 61.14 | 82.66 | 36.78 | - |
| YUV | 221.06 | 81.12 | 107.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 252 | 138 | 0.24 | 0 | 0.45 | 0.01 | 91.58 | 0.95 | 0.76 |
| Hex | C0 | FC | 8A | 18 | 0 | 2D | 1 | 5C | 5F | 4C |
| Octal | 300 | 374 | 212 | 30 | 0 | 55 | 1 | 134 | 137 | 114 |
| Binary | 11000000 | 11111100 | 10001010 | 11000 | 0 | 101101 | 1 | 1011100 | 1011111 | 1001100 |
Color Harmonies of #C0FC8A
Complementary color
Monochromatic Colors of #C0FC8A
Black with #C0FC8A
Text Example
Text Example
White with #C0FC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FC8A; }
p { color: rgb(192,252,138); }
H1.HeaderClassName
{
color: #C0FC8A;
}
.AnyTagClassName
{
color: #C0FC8A;
}
</style>
background-color css
<style>
a { background-color: #C0FC8A; }
a { background-color: rgb(192,252,138); }
div.DivClassName
{
background-color: #C0FC8A;
}
.BgClassName
{
background-color: #C0FC8A;
}
</style>
border-color css
<style>
span { border-color: #C0FC8A; }
span { border-color: rgb(192,252,138); }
td.TdClassName
{
border-color: #C0FC8A;
}
.TagClassName
{
border-color: #C0FC8A;
}
</style>