Shades of Bright Green #5AFE27
Tints of Bright Green #5AFE27
RGB
CMYK
RGB Variations
Color information
#5AFE27 (or 0x5AFE27) is known color: Bright Green. HEX triplet: 5A, FE and 27. RGB value is (90,254,39). Sum of RGB (Red+Green+Blue) = 90+254+39=383 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.50% from 383); Green value is 254 (99.61% from 255 or 66.32% from 383); Blue value is 39 (15.62% from 255 or 10.18% from 383); Max value from RGB is 254 - color contains mainly: green. Hex color #5AFE27 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5AFE27 is #A501D8. Grayscale: #B5B5B5. Windows color (decimal): -10813913 or 2621018. OLE color: 2621018.
HSL color Cylindrical-coordinate representation of color #5AFE27: hue angle of 105.77º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5AFE27 is Cyan = 0.65, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 90 | 254 | 39 | - |
| CMYK | 0.65 | 0 | 0.85 | 0.00 |
| HSL | 105.77º | 0.99% | 0.57% | - |
| HSV(B) | 105.77º | 0.85% | 1% | - |
| XYZ | 40.02 | 73.2 | 13.94 | - |
| YUV | 180.45 | 48.17 | 63.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 254 | 39 | 0.65 | 0 | 0.85 | 0.00 | 105.77 | 0.99 | 0.57 |
| Hex | 5A | FE | 27 | 41 | 0 | 55 | 0 | 6A | 63 | 39 |
| Octal | 132 | 376 | 47 | 101 | 0 | 125 | 0 | 152 | 143 | 71 |
| Binary | 1011010 | 11111110 | 100111 | 1000001 | 0 | 1010101 | 0 | 1101010 | 1100011 | 111001 |
Color Harmonies of #5AFE27
Complementary color
Monochromatic Colors of #5AFE27
Black with #5AFE27
Text Example
Text Example
White with #5AFE27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFE27; }
p { color: rgb(90,254,39); }
H1.HeaderClassName
{
color: #5AFE27;
}
.AnyTagClassName
{
color: #5AFE27;
}
</style>
background-color css
<style>
a { background-color: #5AFE27; }
a { background-color: rgb(90,254,39); }
div.DivClassName
{
background-color: #5AFE27;
}
.BgClassName
{
background-color: #5AFE27;
}
</style>
border-color css
<style>
span { border-color: #5AFE27; }
span { border-color: rgb(90,254,39); }
td.TdClassName
{
border-color: #5AFE27;
}
.TagClassName
{
border-color: #5AFE27;
}
</style>