Shades of Green Yellow #C0FB2F
Tints of Green Yellow #C0FB2F
RGB
CMYK
RGB Variations
Color information
#C0FB2F (or 0xC0FB2F) is known color: Green Yellow. HEX triplet: C0, FB and 2F. RGB value is (192,251,47). Sum of RGB (Red+Green+Blue) = 192+251+47=490 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.18% from 490); Green value is 251 (98.44% from 255 or 51.22% from 490); Blue value is 47 (18.75% from 255 or 9.59% from 490); Max value from RGB is 251 - color contains mainly: green. Hex color #C0FB2F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0FB2F is #3F04D0. Grayscale: #D2D2D2. Windows color (decimal): -4130001 or 3144640. OLE color: 3144640.
HSL color Cylindrical-coordinate representation of color #C0FB2F: hue angle of 77.35º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C0FB2F is Cyan = 0.24, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 251 | 47 | - |
| CMYK | 0.24 | 0 | 0.81 | 0.02 |
| HSL | 77.35º | 0.96% | 0.58% | - |
| HSV(B) | 77.35º | 0.81% | 0.98% | - |
| XYZ | 56.75 | 80.41 | 15.22 | - |
| YUV | 210.1 | 35.95 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 251 | 47 | 0.24 | 0 | 0.81 | 0.02 | 77.35 | 0.96 | 0.58 |
| Hex | C0 | FB | 2F | 18 | 0 | 51 | 2 | 4D | 60 | 3A |
| Octal | 300 | 373 | 57 | 30 | 0 | 121 | 2 | 115 | 140 | 72 |
| Binary | 11000000 | 11111011 | 101111 | 11000 | 0 | 1010001 | 10 | 1001101 | 1100000 | 111010 |
Color Harmonies of #C0FB2F
Complementary color
Monochromatic Colors of #C0FB2F
Black with #C0FB2F
Text Example
Text Example
White with #C0FB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FB2F; }
p { color: rgb(192,251,47); }
H1.HeaderClassName
{
color: #C0FB2F;
}
.AnyTagClassName
{
color: #C0FB2F;
}
</style>
background-color css
<style>
a { background-color: #C0FB2F; }
a { background-color: rgb(192,251,47); }
div.DivClassName
{
background-color: #C0FB2F;
}
.BgClassName
{
background-color: #C0FB2F;
}
</style>
border-color css
<style>
span { border-color: #C0FB2F; }
span { border-color: rgb(192,251,47); }
td.TdClassName
{
border-color: #C0FB2F;
}
.TagClassName
{
border-color: #C0FB2F;
}
</style>