Shades of Green Yellow #C0F840
Tints of Green Yellow #C0F840
RGB
CMYK
RGB Variations
Color information
#C0F840 (or 0xC0F840) is known color: Green Yellow. HEX triplet: C0, F8 and 40. RGB value is (192,248,64). Sum of RGB (Red+Green+Blue) = 192+248+64=504 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.10% from 504); Green value is 248 (97.27% from 255 or 49.21% from 504); Blue value is 64 (25.39% from 255 or 12.70% from 504); Max value from RGB is 248 - color contains mainly: green. Hex color #C0F840 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0F840 is #3F07BF. Grayscale: #D2D2D2. Windows color (decimal): -4130752 or 4257984. OLE color: 4257984.
HSL color Cylindrical-coordinate representation of color #C0F840: hue angle of 78.26º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C0F840 is Cyan = 0.23, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 248 | 64 | - |
| CMYK | 0.23 | 0 | 0.74 | 0.03 |
| HSL | 78.26º | 0.93% | 0.61% | - |
| HSV(B) | 78.26º | 0.74% | 0.97% | - |
| XYZ | 56.23 | 78.71 | 17.08 | - |
| YUV | 210.28 | 45.45 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 248 | 64 | 0.23 | 0 | 0.74 | 0.03 | 78.26 | 0.93 | 0.61 |
| Hex | C0 | F8 | 40 | 17 | 0 | 4A | 3 | 4E | 5D | 3D |
| Octal | 300 | 370 | 100 | 27 | 0 | 112 | 3 | 116 | 135 | 75 |
| Binary | 11000000 | 11111000 | 1000000 | 10111 | 0 | 1001010 | 11 | 1001110 | 1011101 | 111101 |
Color Harmonies of #C0F840
Complementary color
Monochromatic Colors of #C0F840
Black with #C0F840
Text Example
Text Example
White with #C0F840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F840; }
p { color: rgb(192,248,64); }
H1.HeaderClassName
{
color: #C0F840;
}
.AnyTagClassName
{
color: #C0F840;
}
</style>
background-color css
<style>
a { background-color: #C0F840; }
a { background-color: rgb(192,248,64); }
div.DivClassName
{
background-color: #C0F840;
}
.BgClassName
{
background-color: #C0F840;
}
</style>
border-color css
<style>
span { border-color: #C0F840; }
span { border-color: rgb(192,248,64); }
td.TdClassName
{
border-color: #C0F840;
}
.TagClassName
{
border-color: #C0F840;
}
</style>