Shades of Green Yellow #C0FA40
Tints of Green Yellow #C0FA40
RGB
CMYK
RGB Variations
Color information
#C0FA40 (or 0xC0FA40) is known color: Green Yellow. HEX triplet: C0, FA and 40. RGB value is (192,250,64). Sum of RGB (Red+Green+Blue) = 192+250+64=506 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.94% from 506); Green value is 250 (98.05% from 255 or 49.41% from 506); Blue value is 64 (25.39% from 255 or 12.65% from 506); Max value from RGB is 250 - color contains mainly: green. Hex color #C0FA40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0FA40 is #3F05BF. Grayscale: #D4D4D4. Windows color (decimal): -4130240 or 4258496. OLE color: 4258496.
HSL color Cylindrical-coordinate representation of color #C0FA40: hue angle of 78.71º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C0FA40 is Cyan = 0.23, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 250 | 64 | - |
| CMYK | 0.23 | 0 | 0.74 | 0.02 |
| HSL | 78.71º | 0.95% | 0.62% | - |
| HSV(B) | 78.71º | 0.74% | 0.98% | - |
| XYZ | 56.85 | 79.95 | 17.29 | - |
| YUV | 211.45 | 44.78 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 250 | 64 | 0.23 | 0 | 0.74 | 0.02 | 78.71 | 0.95 | 0.62 |
| Hex | C0 | FA | 40 | 17 | 0 | 4A | 2 | 4F | 5F | 3E |
| Octal | 300 | 372 | 100 | 27 | 0 | 112 | 2 | 117 | 137 | 76 |
| Binary | 11000000 | 11111010 | 1000000 | 10111 | 0 | 1001010 | 10 | 1001111 | 1011111 | 111110 |
Color Harmonies of #C0FA40
Complementary color
Monochromatic Colors of #C0FA40
Black with #C0FA40
Text Example
Text Example
White with #C0FA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FA40; }
p { color: rgb(192,250,64); }
H1.HeaderClassName
{
color: #C0FA40;
}
.AnyTagClassName
{
color: #C0FA40;
}
</style>
background-color css
<style>
a { background-color: #C0FA40; }
a { background-color: rgb(192,250,64); }
div.DivClassName
{
background-color: #C0FA40;
}
.BgClassName
{
background-color: #C0FA40;
}
</style>
border-color css
<style>
span { border-color: #C0FA40; }
span { border-color: rgb(192,250,64); }
td.TdClassName
{
border-color: #C0FA40;
}
.TagClassName
{
border-color: #C0FA40;
}
</style>