Shades of Green Yellow #C0FF2D
Tints of Green Yellow #C0FF2D
RGB
CMYK
RGB Variations
Color information
#C0FF2D (or 0xC0FF2D) is known color: Green Yellow. HEX triplet: C0, FF and 2D. RGB value is (192,255,45). Sum of RGB (Red+Green+Blue) = 192+255+45=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 255 (100% from 255 or 51.83% from 492); Blue value is 45 (17.97% from 255 or 9.15% from 492); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FF2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0FF2D is #3F00D2. Grayscale: #D4D4D4. Windows color (decimal): -4128979 or 3014592. OLE color: 3014592.
HSL color Cylindrical-coordinate representation of color #C0FF2D: hue angle of 78º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C0FF2D is Cyan = 0.25, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 255 | 45 | - |
| CMYK | 0.25 | 0 | 0.82 | 0 |
| HSL | 78º | 1% | 0.59% | - |
| HSV(B) | 78º | 0.82% | 1% | - |
| XYZ | 57.97 | 82.92 | 15.43 | - |
| YUV | 212.22 | 33.63 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 255 | 45 | 0.25 | 0 | 0.82 | 0 | 78 | 1 | 0.59 |
| Hex | C0 | FF | 2D | 19 | 0 | 52 | 0 | 4E | 64 | 3B |
| Octal | 300 | 377 | 55 | 31 | 0 | 122 | 0 | 116 | 144 | 73 |
| Binary | 11000000 | 11111111 | 101101 | 11001 | 0 | 1010010 | 0 | 1001110 | 1100100 | 111011 |
Color Harmonies of #C0FF2D
Complementary color
Monochromatic Colors of #C0FF2D
Black with #C0FF2D
Text Example
Text Example
White with #C0FF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FF2D; }
p { color: rgb(192,255,45); }
H1.HeaderClassName
{
color: #C0FF2D;
}
.AnyTagClassName
{
color: #C0FF2D;
}
</style>
background-color css
<style>
a { background-color: #C0FF2D; }
a { background-color: rgb(192,255,45); }
div.DivClassName
{
background-color: #C0FF2D;
}
.BgClassName
{
background-color: #C0FF2D;
}
</style>
border-color css
<style>
span { border-color: #C0FF2D; }
span { border-color: rgb(192,255,45); }
td.TdClassName
{
border-color: #C0FF2D;
}
.TagClassName
{
border-color: #C0FF2D;
}
</style>