Shades of Green Yellow #C0FC34
Tints of Green Yellow #C0FC34
RGB
CMYK
RGB Variations
Color information
#C0FC34 (or 0xC0FC34) is known color: Green Yellow. HEX triplet: C0, FC and 34. RGB value is (192,252,52). Sum of RGB (Red+Green+Blue) = 192+252+52=496 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.71% from 496); Green value is 252 (98.83% from 255 or 50.81% from 496); Blue value is 52 (20.70% from 255 or 10.48% from 496); Max value from RGB is 252 - color contains mainly: green. Hex color #C0FC34 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0FC34 is #3F03CB. Grayscale: #D3D3D3. Windows color (decimal): -4129740 or 3472576. OLE color: 3472576.
HSL color Cylindrical-coordinate representation of color #C0FC34: hue angle of 78º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C0FC34 is Cyan = 0.24, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 252 | 52 | - |
| CMYK | 0.24 | 0 | 0.79 | 0.01 |
| HSL | 78º | 0.97% | 0.6% | - |
| HSV(B) | 78º | 0.79% | 0.99% | - |
| XYZ | 57.17 | 81.08 | 15.88 | - |
| YUV | 211.26 | 38.12 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 252 | 52 | 0.24 | 0 | 0.79 | 0.01 | 78 | 0.97 | 0.6 |
| Hex | C0 | FC | 34 | 18 | 0 | 4F | 1 | 4E | 61 | 3C |
| Octal | 300 | 374 | 64 | 30 | 0 | 117 | 1 | 116 | 141 | 74 |
| Binary | 11000000 | 11111100 | 110100 | 11000 | 0 | 1001111 | 1 | 1001110 | 1100001 | 111100 |
Color Harmonies of #C0FC34
Complementary color
Monochromatic Colors of #C0FC34
Black with #C0FC34
Text Example
Text Example
White with #C0FC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FC34; }
p { color: rgb(192,252,52); }
H1.HeaderClassName
{
color: #C0FC34;
}
.AnyTagClassName
{
color: #C0FC34;
}
</style>
background-color css
<style>
a { background-color: #C0FC34; }
a { background-color: rgb(192,252,52); }
div.DivClassName
{
background-color: #C0FC34;
}
.BgClassName
{
background-color: #C0FC34;
}
</style>
border-color css
<style>
span { border-color: #C0FC34; }
span { border-color: rgb(192,252,52); }
td.TdClassName
{
border-color: #C0FC34;
}
.TagClassName
{
border-color: #C0FC34;
}
</style>