Shades of Green Yellow #C0F940
Tints of Green Yellow #C0F940
RGB
CMYK
RGB Variations
Color information
#C0F940 (or 0xC0F940) is known color: Green Yellow. HEX triplet: C0, F9 and 40. RGB value is (192,249,64). Sum of RGB (Red+Green+Blue) = 192+249+64=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 249 (97.66% from 255 or 49.31% from 505); Blue value is 64 (25.39% from 255 or 12.67% from 505); Max value from RGB is 249 - color contains mainly: green. Hex color #C0F940 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0F940 is #3F06BF. Grayscale: #D3D3D3. Windows color (decimal): -4130496 or 4258240. OLE color: 4258240.
HSL color Cylindrical-coordinate representation of color #C0F940: hue angle of 78.49º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C0F940 is Cyan = 0.23, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 249 | 64 | - |
| CMYK | 0.23 | 0 | 0.74 | 0.02 |
| HSL | 78.49º | 0.94% | 0.61% | - |
| HSV(B) | 78.49º | 0.74% | 0.98% | - |
| XYZ | 56.54 | 79.33 | 17.18 | - |
| YUV | 210.87 | 45.12 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 249 | 64 | 0.23 | 0 | 0.74 | 0.02 | 78.49 | 0.94 | 0.61 |
| Hex | C0 | F9 | 40 | 17 | 0 | 4A | 2 | 4E | 5E | 3D |
| Octal | 300 | 371 | 100 | 27 | 0 | 112 | 2 | 116 | 136 | 75 |
| Binary | 11000000 | 11111001 | 1000000 | 10111 | 0 | 1001010 | 10 | 1001110 | 1011110 | 111101 |
Color Harmonies of #C0F940
Complementary color
Monochromatic Colors of #C0F940
Black with #C0F940
Text Example
Text Example
White with #C0F940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F940; }
p { color: rgb(192,249,64); }
H1.HeaderClassName
{
color: #C0F940;
}
.AnyTagClassName
{
color: #C0F940;
}
</style>
background-color css
<style>
a { background-color: #C0F940; }
a { background-color: rgb(192,249,64); }
div.DivClassName
{
background-color: #C0F940;
}
.BgClassName
{
background-color: #C0F940;
}
</style>
border-color css
<style>
span { border-color: #C0F940; }
span { border-color: rgb(192,249,64); }
td.TdClassName
{
border-color: #C0F940;
}
.TagClassName
{
border-color: #C0F940;
}
</style>