Shades of Green Yellow #C0FB2D
Tints of Green Yellow #C0FB2D
RGB
CMYK
RGB Variations
Color information
#C0FB2D (or 0xC0FB2D) is known color: Green Yellow. HEX triplet: C0, FB and 2D. RGB value is (192,251,45). Sum of RGB (Red+Green+Blue) = 192+251+45=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 251 (98.44% from 255 or 51.43% from 488); Blue value is 45 (17.97% from 255 or 9.22% from 488); Max value from RGB is 251 - color contains mainly: green. Hex color #C0FB2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0FB2D is #3F04D2. Grayscale: #D2D2D2. Windows color (decimal): -4130003 or 3013568. OLE color: 3013568.
HSL color Cylindrical-coordinate representation of color #C0FB2D: hue angle of 77.18º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C0FB2D is Cyan = 0.24, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 251 | 45 | - |
| CMYK | 0.24 | 0 | 0.82 | 0.02 |
| HSL | 77.18º | 0.96% | 0.58% | - |
| HSV(B) | 77.18º | 0.82% | 0.98% | - |
| XYZ | 56.71 | 80.39 | 15.01 | - |
| YUV | 209.88 | 34.95 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 251 | 45 | 0.24 | 0 | 0.82 | 0.02 | 77.18 | 0.96 | 0.58 |
| Hex | C0 | FB | 2D | 18 | 0 | 52 | 2 | 4D | 60 | 3A |
| Octal | 300 | 373 | 55 | 30 | 0 | 122 | 2 | 115 | 140 | 72 |
| Binary | 11000000 | 11111011 | 101101 | 11000 | 0 | 1010010 | 10 | 1001101 | 1100000 | 111010 |
Color Harmonies of #C0FB2D
Complementary color
Monochromatic Colors of #C0FB2D
Black with #C0FB2D
Text Example
Text Example
White with #C0FB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FB2D; }
p { color: rgb(192,251,45); }
H1.HeaderClassName
{
color: #C0FB2D;
}
.AnyTagClassName
{
color: #C0FB2D;
}
</style>
background-color css
<style>
a { background-color: #C0FB2D; }
a { background-color: rgb(192,251,45); }
div.DivClassName
{
background-color: #C0FB2D;
}
.BgClassName
{
background-color: #C0FB2D;
}
</style>
border-color css
<style>
span { border-color: #C0FB2D; }
span { border-color: rgb(192,251,45); }
td.TdClassName
{
border-color: #C0FB2D;
}
.TagClassName
{
border-color: #C0FB2D;
}
</style>