Shades of Green Yellow #C0FF1B
Tints of Green Yellow #C0FF1B
RGB
CMYK
RGB Variations
Color information
#C0FF1B (or 0xC0FF1B) is known color: Green Yellow. HEX triplet: C0, FF and 1B. RGB value is (192,255,27). Sum of RGB (Red+Green+Blue) = 192+255+27=474 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.51% from 474); Green value is 255 (100% from 255 or 53.80% from 474); Blue value is 27 (10.94% from 255 or 5.70% from 474); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FF1B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0FF1B is #3F00E4. Grayscale: #D3D3D3. Windows color (decimal): -4128997 or 1834944. OLE color: 1834944.
HSL color Cylindrical-coordinate representation of color #C0FF1B: hue angle of 76.58º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C0FF1B is Cyan = 0.25, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 255 | 27 | - |
| CMYK | 0.25 | 0 | 0.89 | 0 |
| HSL | 76.58º | 1% | 0.55% | - |
| HSV(B) | 76.58º | 0.89% | 1% | - |
| XYZ | 57.7 | 82.81 | 13.98 | - |
| YUV | 210.17 | 24.63 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 255 | 27 | 0.25 | 0 | 0.89 | 0 | 76.58 | 1 | 0.55 |
| Hex | C0 | FF | 1B | 19 | 0 | 59 | 0 | 4D | 64 | 37 |
| Octal | 300 | 377 | 33 | 31 | 0 | 131 | 0 | 115 | 144 | 67 |
| Binary | 11000000 | 11111111 | 11011 | 11001 | 0 | 1011001 | 0 | 1001101 | 1100100 | 110111 |
Color Harmonies of #C0FF1B
Complementary color
Monochromatic Colors of #C0FF1B
Black with #C0FF1B
Text Example
Text Example
White with #C0FF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FF1B; }
p { color: rgb(192,255,27); }
H1.HeaderClassName
{
color: #C0FF1B;
}
.AnyTagClassName
{
color: #C0FF1B;
}
</style>
background-color css
<style>
a { background-color: #C0FF1B; }
a { background-color: rgb(192,255,27); }
div.DivClassName
{
background-color: #C0FF1B;
}
.BgClassName
{
background-color: #C0FF1B;
}
</style>
border-color css
<style>
span { border-color: #C0FF1B; }
span { border-color: rgb(192,255,27); }
td.TdClassName
{
border-color: #C0FF1B;
}
.TagClassName
{
border-color: #C0FF1B;
}
</style>