Shades of Green Yellow #C0FB1C
Tints of Green Yellow #C0FB1C
RGB
CMYK
RGB Variations
Color information
#C0FB1C (or 0xC0FB1C) is known color: Green Yellow. HEX triplet: C0, FB and 1C. RGB value is (192,251,28). Sum of RGB (Red+Green+Blue) = 192+251+28=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 251 (98.44% from 255 or 53.29% from 471); Blue value is 28 (11.33% from 255 or 5.94% from 471); Max value from RGB is 251 - color contains mainly: green. Hex color #C0FB1C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0FB1C is #3F04E3. Grayscale: #D0D0D0. Windows color (decimal): -4130020 or 1899456. OLE color: 1899456.
HSL color Cylindrical-coordinate representation of color #C0FB1C: hue angle of 75.87º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C0FB1C is Cyan = 0.24, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 251 | 28 | - |
| CMYK | 0.24 | 0 | 0.89 | 0.02 |
| HSL | 75.87º | 0.97% | 0.55% | - |
| HSV(B) | 75.87º | 0.89% | 0.98% | - |
| XYZ | 56.45 | 80.28 | 13.62 | - |
| YUV | 207.94 | 26.45 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 251 | 28 | 0.24 | 0 | 0.89 | 0.02 | 75.87 | 0.97 | 0.55 |
| Hex | C0 | FB | 1C | 18 | 0 | 59 | 2 | 4C | 61 | 37 |
| Octal | 300 | 373 | 34 | 30 | 0 | 131 | 2 | 114 | 141 | 67 |
| Binary | 11000000 | 11111011 | 11100 | 11000 | 0 | 1011001 | 10 | 1001100 | 1100001 | 110111 |
Color Harmonies of #C0FB1C
Complementary color
Monochromatic Colors of #C0FB1C
Black with #C0FB1C
Text Example
Text Example
White with #C0FB1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FB1C; }
p { color: rgb(192,251,28); }
H1.HeaderClassName
{
color: #C0FB1C;
}
.AnyTagClassName
{
color: #C0FB1C;
}
</style>
background-color css
<style>
a { background-color: #C0FB1C; }
a { background-color: rgb(192,251,28); }
div.DivClassName
{
background-color: #C0FB1C;
}
.BgClassName
{
background-color: #C0FB1C;
}
</style>
border-color css
<style>
span { border-color: #C0FB1C; }
span { border-color: rgb(192,251,28); }
td.TdClassName
{
border-color: #C0FB1C;
}
.TagClassName
{
border-color: #C0FB1C;
}
</style>