Shades of Sulu #C0FC7A
Tints of Sulu #C0FC7A
RGB
CMYK
RGB Variations
Color information
#C0FC7A (or 0xC0FC7A) is known color: Sulu. HEX triplet: C0, FC and 7A. RGB value is (192,252,122). Sum of RGB (Red+Green+Blue) = 192+252+122=566 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.92% from 566); Green value is 252 (98.83% from 255 or 44.52% from 566); Blue value is 122 (48.05% from 255 or 21.55% from 566); Max value from RGB is 252 - color contains mainly: green. Hex color #C0FC7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0FC7A is #3F0385. Grayscale: #DBDBDB. Windows color (decimal): -4129670 or 8060096. OLE color: 8060096.
HSL color Cylindrical-coordinate representation of color #C0FC7A: hue angle of 87.69º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C0FC7A is Cyan = 0.24, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 252 | 122 | - |
| CMYK | 0.24 | 0 | 0.52 | 0.01 |
| HSL | 87.69º | 0.96% | 0.73% | - |
| HSV(B) | 87.69º | 0.52% | 0.99% | - |
| XYZ | 60.06 | 82.23 | 31.12 | - |
| YUV | 219.24 | 73.12 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 252 | 122 | 0.24 | 0 | 0.52 | 0.01 | 87.69 | 0.96 | 0.73 |
| Hex | C0 | FC | 7A | 18 | 0 | 34 | 1 | 58 | 60 | 49 |
| Octal | 300 | 374 | 172 | 30 | 0 | 64 | 1 | 130 | 140 | 111 |
| Binary | 11000000 | 11111100 | 1111010 | 11000 | 0 | 110100 | 1 | 1011000 | 1100000 | 1001001 |
Color Harmonies of #C0FC7A
Complementary color
Monochromatic Colors of #C0FC7A
Black with #C0FC7A
Text Example
Text Example
White with #C0FC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FC7A; }
p { color: rgb(192,252,122); }
H1.HeaderClassName
{
color: #C0FC7A;
}
.AnyTagClassName
{
color: #C0FC7A;
}
</style>
background-color css
<style>
a { background-color: #C0FC7A; }
a { background-color: rgb(192,252,122); }
div.DivClassName
{
background-color: #C0FC7A;
}
.BgClassName
{
background-color: #C0FC7A;
}
</style>
border-color css
<style>
span { border-color: #C0FC7A; }
span { border-color: rgb(192,252,122); }
td.TdClassName
{
border-color: #C0FC7A;
}
.TagClassName
{
border-color: #C0FC7A;
}
</style>