Shades of Green Yellow #C0FF27
Tints of Green Yellow #C0FF27
RGB
CMYK
RGB Variations
Color information
#C0FF27 (or 0xC0FF27) is known color: Green Yellow. HEX triplet: C0, FF and 27. RGB value is (192,255,39). Sum of RGB (Red+Green+Blue) = 192+255+39=486 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.51% from 486); Green value is 255 (100% from 255 or 52.47% from 486); Blue value is 39 (15.62% from 255 or 8.02% from 486); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FF27 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0FF27 is #3F00D8. Grayscale: #D4D4D4. Windows color (decimal): -4128985 or 2621376. OLE color: 2621376.
HSL color Cylindrical-coordinate representation of color #C0FF27: hue angle of 77.5º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C0FF27 is Cyan = 0.25, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
RGB | 192 | 255 | 39 | - |
CMYK | 0.25 | 0 | 0.85 | 0 |
HSL | 77.5º | 1% | 0.58% | - |
HSV(B) | 77.5º | 0.85% | 1% | - |
XYZ | 57.86 | 82.87 | 14.87 | - |
YUV | 211.54 | 30.63 | 114.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 255 | 39 | 0.25 | 0 | 0.85 | 0 | 77.5 | 1 | 0.58 |
Hex | C0 | FF | 27 | 19 | 0 | 55 | 0 | 4E | 64 | 3A |
Octal | 300 | 377 | 47 | 31 | 0 | 125 | 0 | 116 | 144 | 72 |
Binary | 11000000 | 11111111 | 100111 | 11001 | 0 | 1010101 | 0 | 1001110 | 1100100 | 111010 |
Color Harmonies of #C0FF27
Complementary color
Monochromatic Colors of #C0FF27
Black with #C0FF27
Text Example
Text Example
White with #C0FF27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FF27; }
p { color: rgb(192,255,39); }
H1.HeaderClassName
{
color: #C0FF27;
}
.AnyTagClassName
{
color: #C0FF27;
}
</style>
background-color css
<style>
a { background-color: #C0FF27; }
a { background-color: rgb(192,255,39); }
div.DivClassName
{
background-color: #C0FF27;
}
.BgClassName
{
background-color: #C0FF27;
}
</style>
border-color css
<style>
span { border-color: #C0FF27; }
span { border-color: rgb(192,255,39); }
td.TdClassName
{
border-color: #C0FF27;
}
.TagClassName
{
border-color: #C0FF27;
}
</style>