Shades of Bright Green #5CDA00
Tints of Bright Green #5CDA00
RGB
CMYK
RGB Variations
Color information
#5CDA00 (or 0x5CDA00) is known color: Bright Green. HEX triplet: 5C, DA and 00. RGB value is (92,218,0). Sum of RGB (Red+Green+Blue) = 92+218+0=310 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.68% from 310); Green value is 218 (85.55% from 255 or 70.32% from 310); Blue value is 0 (0.39% from 255 or 0% from 310); Max value from RGB is 218 - color contains mainly: green. Hex color #5CDA00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5CDA00 is #A325FF. Grayscale: #9C9C9C. Windows color (decimal): -10692096 or 55900. OLE color: 55900.
HSL color Cylindrical-coordinate representation of color #5CDA00: hue angle of 94.68º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5CDA00 is Cyan = 0.58, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 92 | 218 | 0 | - |
| CMYK | 0.58 | 0 | 1 | 0.15 |
| HSL | 94.68º | 1% | 0.43% | - |
| HSV(B) | 94.68º | 1% | 0.85% | - |
| XYZ | 29.49 | 52.42 | 8.56 | - |
| YUV | 155.47 | 40.26 | 82.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 218 | 0 | 0.58 | 0 | 1 | 0.15 | 94.68 | 1 | 0.43 |
| Hex | 5C | DA | 0 | 3A | 0 | 64 | F | 5F | 64 | 2B |
| Octal | 134 | 332 | 0 | 72 | 0 | 144 | 17 | 137 | 144 | 53 |
| Binary | 1011100 | 11011010 | 0 | 111010 | 0 | 1100100 | 1111 | 1011111 | 1100100 | 101011 |
Color Harmonies of #5CDA00
Complementary color
Monochromatic Colors of #5CDA00
Black with #5CDA00
Text Example
Text Example
White with #5CDA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDA00; }
p { color: rgb(92,218,0); }
H1.HeaderClassName
{
color: #5CDA00;
}
.AnyTagClassName
{
color: #5CDA00;
}
</style>
background-color css
<style>
a { background-color: #5CDA00; }
a { background-color: rgb(92,218,0); }
div.DivClassName
{
background-color: #5CDA00;
}
.BgClassName
{
background-color: #5CDA00;
}
</style>
border-color css
<style>
span { border-color: #5CDA00; }
span { border-color: rgb(92,218,0); }
td.TdClassName
{
border-color: #5CDA00;
}
.TagClassName
{
border-color: #5CDA00;
}
</style>