Shades of Green Yellow #C0F62B
Tints of Green Yellow #C0F62B
RGB
CMYK
RGB Variations
Color information
#C0F62B (or 0xC0F62B) is known color: Green Yellow. HEX triplet: C0, F6 and 2B. RGB value is (192,246,43). Sum of RGB (Red+Green+Blue) = 192+246+43=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 246 (96.48% from 255 or 51.14% from 481); Blue value is 43 (17.19% from 255 or 8.94% from 481); Max value from RGB is 246 - color contains mainly: green. Hex color #C0F62B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0F62B is #3F09D4. Grayscale: #CFCFCF. Windows color (decimal): -4131285 or 2881216. OLE color: 2881216.
HSL color Cylindrical-coordinate representation of color #C0F62B: hue angle of 75.96º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C0F62B is Cyan = 0.22, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 246 | 43 | - |
| CMYK | 0.22 | 0 | 0.83 | 0.04 |
| HSL | 75.96º | 0.92% | 0.57% | - |
| HSV(B) | 75.96º | 0.83% | 0.96% | - |
| XYZ | 55.13 | 77.29 | 14.3 | - |
| YUV | 206.71 | 35.61 | 117.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 246 | 43 | 0.22 | 0 | 0.83 | 0.04 | 75.96 | 0.92 | 0.57 |
| Hex | C0 | F6 | 2B | 16 | 0 | 53 | 4 | 4C | 5C | 39 |
| Octal | 300 | 366 | 53 | 26 | 0 | 123 | 4 | 114 | 134 | 71 |
| Binary | 11000000 | 11110110 | 101011 | 10110 | 0 | 1010011 | 100 | 1001100 | 1011100 | 111001 |
Color Harmonies of #C0F62B
Complementary color
Monochromatic Colors of #C0F62B
Black with #C0F62B
Text Example
Text Example
White with #C0F62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F62B; }
p { color: rgb(192,246,43); }
H1.HeaderClassName
{
color: #C0F62B;
}
.AnyTagClassName
{
color: #C0F62B;
}
</style>
background-color css
<style>
a { background-color: #C0F62B; }
a { background-color: rgb(192,246,43); }
div.DivClassName
{
background-color: #C0F62B;
}
.BgClassName
{
background-color: #C0F62B;
}
</style>
border-color css
<style>
span { border-color: #C0F62B; }
span { border-color: rgb(192,246,43); }
td.TdClassName
{
border-color: #C0F62B;
}
.TagClassName
{
border-color: #C0F62B;
}
</style>