Shades of Bright Green #5DF305
Tints of Bright Green #5DF305
RGB
CMYK
RGB Variations
Color information
#5DF305 (or 0x5DF305) is known color: Bright Green. HEX triplet: 5D, F3 and 05. RGB value is (93,243,5). Sum of RGB (Red+Green+Blue) = 93+243+5=341 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.27% from 341); Green value is 243 (95.31% from 255 or 71.26% from 341); Blue value is 5 (2.34% from 255 or 1.47% from 341); Max value from RGB is 243 - color contains mainly: green. Hex color #5DF305 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5DF305 is #A20CFA. Grayscale: #ABABAB. Windows color (decimal): -10620155 or 389981. OLE color: 389981.
HSL color Cylindrical-coordinate representation of color #5DF305: hue angle of 97.82º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5DF305 is Cyan = 0.62, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 93 | 243 | 5 | - |
| CMYK | 0.62 | 0 | 0.98 | 0.05 |
| HSL | 97.82º | 0.96% | 0.49% | - |
| HSV(B) | 97.82º | 0.98% | 0.95% | - |
| XYZ | 36.59 | 66.44 | 11.04 | - |
| YUV | 171.02 | 34.31 | 72.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 243 | 5 | 0.62 | 0 | 0.98 | 0.05 | 97.82 | 0.96 | 0.49 |
| Hex | 5D | F3 | 5 | 3E | 0 | 62 | 5 | 62 | 60 | 31 |
| Octal | 135 | 363 | 5 | 76 | 0 | 142 | 5 | 142 | 140 | 61 |
| Binary | 1011101 | 11110011 | 101 | 111110 | 0 | 1100010 | 101 | 1100010 | 1100000 | 110001 |
Color Harmonies of #5DF305
Complementary color
Monochromatic Colors of #5DF305
Black with #5DF305
Text Example
Text Example
White with #5DF305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF305; }
p { color: rgb(93,243,5); }
H1.HeaderClassName
{
color: #5DF305;
}
.AnyTagClassName
{
color: #5DF305;
}
</style>
background-color css
<style>
a { background-color: #5DF305; }
a { background-color: rgb(93,243,5); }
div.DivClassName
{
background-color: #5DF305;
}
.BgClassName
{
background-color: #5DF305;
}
</style>
border-color css
<style>
span { border-color: #5DF305; }
span { border-color: rgb(93,243,5); }
td.TdClassName
{
border-color: #5DF305;
}
.TagClassName
{
border-color: #5DF305;
}
</style>