Shades of Bright Green #5AFC1B
Tints of Bright Green #5AFC1B
RGB
CMYK
RGB Variations
Color information
#5AFC1B (or 0x5AFC1B) is known color: Bright Green. HEX triplet: 5A, FC and 1B. RGB value is (90,252,27). Sum of RGB (Red+Green+Blue) = 90+252+27=369 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.39% from 369); Green value is 252 (98.83% from 255 or 68.29% from 369); Blue value is 27 (10.94% from 255 or 7.32% from 369); Max value from RGB is 252 - color contains mainly: green. Hex color #5AFC1B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5AFC1B is #A503E4. Grayscale: #B2B2B2. Windows color (decimal): -10814437 or 1834074. OLE color: 1834074.
HSL color Cylindrical-coordinate representation of color #5AFC1B: hue angle of 103.2º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5AFC1B is Cyan = 0.64, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 252 | 27 | - |
| CMYK | 0.64 | 0 | 0.89 | 0.01 |
| HSL | 103.2º | 0.97% | 0.55% | - |
| HSV(B) | 103.2º | 0.89% | 0.99% | - |
| XYZ | 39.22 | 71.87 | 12.84 | - |
| YUV | 177.91 | 42.83 | 65.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 252 | 27 | 0.64 | 0 | 0.89 | 0.01 | 103.2 | 0.97 | 0.55 |
| Hex | 5A | FC | 1B | 40 | 0 | 59 | 1 | 67 | 61 | 37 |
| Octal | 132 | 374 | 33 | 100 | 0 | 131 | 1 | 147 | 141 | 67 |
| Binary | 1011010 | 11111100 | 11011 | 1000000 | 0 | 1011001 | 1 | 1100111 | 1100001 | 110111 |
Color Harmonies of #5AFC1B
Complementary color
Monochromatic Colors of #5AFC1B
Black with #5AFC1B
Text Example
Text Example
White with #5AFC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFC1B; }
p { color: rgb(90,252,27); }
H1.HeaderClassName
{
color: #5AFC1B;
}
.AnyTagClassName
{
color: #5AFC1B;
}
</style>
background-color css
<style>
a { background-color: #5AFC1B; }
a { background-color: rgb(90,252,27); }
div.DivClassName
{
background-color: #5AFC1B;
}
.BgClassName
{
background-color: #5AFC1B;
}
</style>
border-color css
<style>
span { border-color: #5AFC1B; }
span { border-color: rgb(90,252,27); }
td.TdClassName
{
border-color: #5AFC1B;
}
.TagClassName
{
border-color: #5AFC1B;
}
</style>