Shades of Sulu #C0FE7C
Tints of Sulu #C0FE7C
RGB
CMYK
RGB Variations
Color information
#C0FE7C (or 0xC0FE7C) is known color: Sulu. HEX triplet: C0, FE and 7C. RGB value is (192,254,124). Sum of RGB (Red+Green+Blue) = 192+254+124=570 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.68% from 570); Green value is 254 (99.61% from 255 or 44.56% from 570); Blue value is 124 (48.83% from 255 or 21.75% from 570); Max value from RGB is 254 - color contains mainly: green. Hex color #C0FE7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0FE7C is #3F0183. Grayscale: #DDDDDD. Windows color (decimal): -4129156 or 8191680. OLE color: 8191680.
HSL color Cylindrical-coordinate representation of color #C0FE7C: hue angle of 88.62º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C0FE7C is Cyan = 0.24, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 254 | 124 | - |
| CMYK | 0.24 | 0 | 0.51 | 0.00 |
| HSL | 88.62º | 0.98% | 0.74% | - |
| HSV(B) | 88.62º | 0.51% | 1% | - |
| XYZ | 60.82 | 83.55 | 31.99 | - |
| YUV | 220.64 | 73.46 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 254 | 124 | 0.24 | 0 | 0.51 | 0.00 | 88.62 | 0.98 | 0.74 |
| Hex | C0 | FE | 7C | 18 | 0 | 33 | 0 | 59 | 62 | 4A |
| Octal | 300 | 376 | 174 | 30 | 0 | 63 | 0 | 131 | 142 | 112 |
| Binary | 11000000 | 11111110 | 1111100 | 11000 | 0 | 110011 | 0 | 1011001 | 1100010 | 1001010 |
Color Harmonies of #C0FE7C
Complementary color
Monochromatic Colors of #C0FE7C
Black with #C0FE7C
Text Example
Text Example
White with #C0FE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FE7C; }
p { color: rgb(192,254,124); }
H1.HeaderClassName
{
color: #C0FE7C;
}
.AnyTagClassName
{
color: #C0FE7C;
}
</style>
background-color css
<style>
a { background-color: #C0FE7C; }
a { background-color: rgb(192,254,124); }
div.DivClassName
{
background-color: #C0FE7C;
}
.BgClassName
{
background-color: #C0FE7C;
}
</style>
border-color css
<style>
span { border-color: #C0FE7C; }
span { border-color: rgb(192,254,124); }
td.TdClassName
{
border-color: #C0FE7C;
}
.TagClassName
{
border-color: #C0FE7C;
}
</style>