Shades of Green Yellow #C0F32E
Tints of Green Yellow #C0F32E
RGB
CMYK
RGB Variations
Color information
#C0F32E (or 0xC0F32E) is known color: Green Yellow. HEX triplet: C0, F3 and 2E. RGB value is (192,243,46). Sum of RGB (Red+Green+Blue) = 192+243+46=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 243 (95.31% from 255 or 50.52% from 481); Blue value is 46 (18.36% from 255 or 9.56% from 481); Max value from RGB is 243 - color contains mainly: green. Hex color #C0F32E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0F32E is #3F0CD1. Grayscale: #CECECE. Windows color (decimal): -4132050 or 3077056. OLE color: 3077056.
HSL color Cylindrical-coordinate representation of color #C0F32E: hue angle of 75.53º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C0F32E is Cyan = 0.21, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 243 | 46 | - |
| CMYK | 0.21 | 0 | 0.81 | 0.05 |
| HSL | 75.53º | 0.89% | 0.57% | - |
| HSV(B) | 75.53º | 0.81% | 0.95% | - |
| XYZ | 54.28 | 75.5 | 14.3 | - |
| YUV | 205.29 | 38.1 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 243 | 46 | 0.21 | 0 | 0.81 | 0.05 | 75.53 | 0.89 | 0.57 |
| Hex | C0 | F3 | 2E | 15 | 0 | 51 | 5 | 4C | 59 | 39 |
| Octal | 300 | 363 | 56 | 25 | 0 | 121 | 5 | 114 | 131 | 71 |
| Binary | 11000000 | 11110011 | 101110 | 10101 | 0 | 1010001 | 101 | 1001100 | 1011001 | 111001 |
Color Harmonies of #C0F32E
Complementary color
Monochromatic Colors of #C0F32E
Black with #C0F32E
Text Example
Text Example
White with #C0F32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F32E; }
p { color: rgb(192,243,46); }
H1.HeaderClassName
{
color: #C0F32E;
}
.AnyTagClassName
{
color: #C0F32E;
}
</style>
background-color css
<style>
a { background-color: #C0F32E; }
a { background-color: rgb(192,243,46); }
div.DivClassName
{
background-color: #C0F32E;
}
.BgClassName
{
background-color: #C0F32E;
}
</style>
border-color css
<style>
span { border-color: #C0F32E; }
span { border-color: rgb(192,243,46); }
td.TdClassName
{
border-color: #C0F32E;
}
.TagClassName
{
border-color: #C0F32E;
}
</style>