Shades of Sulu #C0FA7C
Tints of Sulu #C0FA7C
RGB
CMYK
RGB Variations
Color information
#C0FA7C (or 0xC0FA7C) is known color: Sulu. HEX triplet: C0, FA and 7C. RGB value is (192,250,124). Sum of RGB (Red+Green+Blue) = 192+250+124=566 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.92% from 566); Green value is 250 (98.05% from 255 or 44.17% from 566); Blue value is 124 (48.83% from 255 or 21.91% from 566); Max value from RGB is 250 - color contains mainly: green. Hex color #C0FA7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0FA7C is #3F0583. Grayscale: #DADADA. Windows color (decimal): -4130180 or 8190656. OLE color: 8190656.
HSL color Cylindrical-coordinate representation of color #C0FA7C: hue angle of 87.62º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C0FA7C is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 250 | 124 | - |
| CMYK | 0.23 | 0 | 0.50 | 0.02 |
| HSL | 87.62º | 0.93% | 0.73% | - |
| HSV(B) | 87.62º | 0.5% | 0.98% | - |
| XYZ | 59.56 | 81.03 | 31.57 | - |
| YUV | 218.29 | 74.78 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 250 | 124 | 0.23 | 0 | 0.50 | 0.02 | 87.62 | 0.93 | 0.73 |
| Hex | C0 | FA | 7C | 17 | 0 | 32 | 2 | 58 | 5D | 49 |
| Octal | 300 | 372 | 174 | 27 | 0 | 62 | 2 | 130 | 135 | 111 |
| Binary | 11000000 | 11111010 | 1111100 | 10111 | 0 | 110010 | 10 | 1011000 | 1011101 | 1001001 |
Color Harmonies of #C0FA7C
Complementary color
Monochromatic Colors of #C0FA7C
Black with #C0FA7C
Text Example
Text Example
White with #C0FA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FA7C; }
p { color: rgb(192,250,124); }
H1.HeaderClassName
{
color: #C0FA7C;
}
.AnyTagClassName
{
color: #C0FA7C;
}
</style>
background-color css
<style>
a { background-color: #C0FA7C; }
a { background-color: rgb(192,250,124); }
div.DivClassName
{
background-color: #C0FA7C;
}
.BgClassName
{
background-color: #C0FA7C;
}
</style>
border-color css
<style>
span { border-color: #C0FA7C; }
span { border-color: rgb(192,250,124); }
td.TdClassName
{
border-color: #C0FA7C;
}
.TagClassName
{
border-color: #C0FA7C;
}
</style>