Shades of Bright Green #5CDB07
Tints of Bright Green #5CDB07
RGB
CMYK
RGB Variations
Color information
#5CDB07 (or 0x5CDB07) is known color: Bright Green. HEX triplet: 5C, DB and 07. RGB value is (92,219,7). Sum of RGB (Red+Green+Blue) = 92+219+7=318 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.93% from 318); Green value is 219 (85.94% from 255 or 68.87% from 318); Blue value is 7 (3.12% from 255 or 2.20% from 318); Max value from RGB is 219 - color contains mainly: green. Hex color #5CDB07 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5CDB07 is #A324F8. Grayscale: #9D9D9D. Windows color (decimal): -10691833 or 514908. OLE color: 514908.
HSL color Cylindrical-coordinate representation of color #5CDB07: hue angle of 95.94º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5CDB07 is Cyan = 0.58, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 92 | 219 | 7 | - |
| CMYK | 0.58 | 0 | 0.97 | 0.14 |
| HSL | 95.94º | 0.94% | 0.44% | - |
| HSV(B) | 95.94º | 0.97% | 0.86% | - |
| XYZ | 29.78 | 52.95 | 8.85 | - |
| YUV | 156.86 | 43.42 | 81.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 219 | 7 | 0.58 | 0 | 0.97 | 0.14 | 95.94 | 0.94 | 0.44 |
| Hex | 5C | DB | 7 | 3A | 0 | 61 | E | 60 | 5E | 2C |
| Octal | 134 | 333 | 7 | 72 | 0 | 141 | 16 | 140 | 136 | 54 |
| Binary | 1011100 | 11011011 | 111 | 111010 | 0 | 1100001 | 1110 | 1100000 | 1011110 | 101100 |
Color Harmonies of #5CDB07
Complementary color
Monochromatic Colors of #5CDB07
Black with #5CDB07
Text Example
Text Example
White with #5CDB07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDB07; }
p { color: rgb(92,219,7); }
H1.HeaderClassName
{
color: #5CDB07;
}
.AnyTagClassName
{
color: #5CDB07;
}
</style>
background-color css
<style>
a { background-color: #5CDB07; }
a { background-color: rgb(92,219,7); }
div.DivClassName
{
background-color: #5CDB07;
}
.BgClassName
{
background-color: #5CDB07;
}
</style>
border-color css
<style>
span { border-color: #5CDB07; }
span { border-color: rgb(92,219,7); }
td.TdClassName
{
border-color: #5CDB07;
}
.TagClassName
{
border-color: #5CDB07;
}
</style>