Shades of Green Yellow #C0FB25
Tints of Green Yellow #C0FB25
RGB
CMYK
RGB Variations
Color information
#C0FB25 (or 0xC0FB25) is known color: Green Yellow. HEX triplet: C0, FB and 25. RGB value is (192,251,37). Sum of RGB (Red+Green+Blue) = 192+251+37=480 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40% from 480); Green value is 251 (98.44% from 255 or 52.29% from 480); Blue value is 37 (14.84% from 255 or 7.71% from 480); Max value from RGB is 251 - color contains mainly: green. Hex color #C0FB25 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0FB25 is #3F04DA. Grayscale: #D1D1D1. Windows color (decimal): -4130011 or 2489280. OLE color: 2489280.
HSL color Cylindrical-coordinate representation of color #C0FB25: hue angle of 76.54º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C0FB25 is Cyan = 0.24, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 251 | 37 | - |
| CMYK | 0.24 | 0 | 0.85 | 0.02 |
| HSL | 76.54º | 0.96% | 0.56% | - |
| HSV(B) | 76.54º | 0.85% | 0.98% | - |
| XYZ | 56.57 | 80.33 | 14.27 | - |
| YUV | 208.96 | 30.95 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 251 | 37 | 0.24 | 0 | 0.85 | 0.02 | 76.54 | 0.96 | 0.56 |
| Hex | C0 | FB | 25 | 18 | 0 | 55 | 2 | 4D | 60 | 38 |
| Octal | 300 | 373 | 45 | 30 | 0 | 125 | 2 | 115 | 140 | 70 |
| Binary | 11000000 | 11111011 | 100101 | 11000 | 0 | 1010101 | 10 | 1001101 | 1100000 | 111000 |
Color Harmonies of #C0FB25
Complementary color
Monochromatic Colors of #C0FB25
Black with #C0FB25
Text Example
Text Example
White with #C0FB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FB25; }
p { color: rgb(192,251,37); }
H1.HeaderClassName
{
color: #C0FB25;
}
.AnyTagClassName
{
color: #C0FB25;
}
</style>
background-color css
<style>
a { background-color: #C0FB25; }
a { background-color: rgb(192,251,37); }
div.DivClassName
{
background-color: #C0FB25;
}
.BgClassName
{
background-color: #C0FB25;
}
</style>
border-color css
<style>
span { border-color: #C0FB25; }
span { border-color: rgb(192,251,37); }
td.TdClassName
{
border-color: #C0FB25;
}
.TagClassName
{
border-color: #C0FB25;
}
</style>