Shades of Green Yellow #C0FA3C
Tints of Green Yellow #C0FA3C
RGB
CMYK
RGB Variations
Color information
#C0FA3C (or 0xC0FA3C) is known color: Green Yellow. HEX triplet: C0, FA and 3C. RGB value is (192,250,60). Sum of RGB (Red+Green+Blue) = 192+250+60=502 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.25% from 502); Green value is 250 (98.05% from 255 or 49.80% from 502); Blue value is 60 (23.83% from 255 or 11.95% from 502); Max value from RGB is 250 - color contains mainly: green. Hex color #C0FA3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0FA3C is #3F05C3. Grayscale: #D3D3D3. Windows color (decimal): -4130244 or 3996352. OLE color: 3996352.
HSL color Cylindrical-coordinate representation of color #C0FA3C: hue angle of 78.32º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C0FA3C is Cyan = 0.23, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 250 | 60 | - |
| CMYK | 0.23 | 0 | 0.76 | 0.02 |
| HSL | 78.32º | 0.95% | 0.61% | - |
| HSV(B) | 78.32º | 0.76% | 0.98% | - |
| XYZ | 56.74 | 79.9 | 16.71 | - |
| YUV | 211 | 42.78 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 250 | 60 | 0.23 | 0 | 0.76 | 0.02 | 78.32 | 0.95 | 0.61 |
| Hex | C0 | FA | 3C | 17 | 0 | 4C | 2 | 4E | 5F | 3D |
| Octal | 300 | 372 | 74 | 27 | 0 | 114 | 2 | 116 | 137 | 75 |
| Binary | 11000000 | 11111010 | 111100 | 10111 | 0 | 1001100 | 10 | 1001110 | 1011111 | 111101 |
Color Harmonies of #C0FA3C
Complementary color
Monochromatic Colors of #C0FA3C
Black with #C0FA3C
Text Example
Text Example
White with #C0FA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FA3C; }
p { color: rgb(192,250,60); }
H1.HeaderClassName
{
color: #C0FA3C;
}
.AnyTagClassName
{
color: #C0FA3C;
}
</style>
background-color css
<style>
a { background-color: #C0FA3C; }
a { background-color: rgb(192,250,60); }
div.DivClassName
{
background-color: #C0FA3C;
}
.BgClassName
{
background-color: #C0FA3C;
}
</style>
border-color css
<style>
span { border-color: #C0FA3C; }
span { border-color: rgb(192,250,60); }
td.TdClassName
{
border-color: #C0FA3C;
}
.TagClassName
{
border-color: #C0FA3C;
}
</style>