Shades of Yellow Green #7CDB30
Tints of Yellow Green #7CDB30
RGB
CMYK
RGB Variations
Color information
#7CDB30 (or 0x7CDB30) is known color: Yellow Green. HEX triplet: 7C, DB and 30. RGB value is (124,219,48). Sum of RGB (Red+Green+Blue) = 124+219+48=391 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.71% from 391); Green value is 219 (85.94% from 255 or 56.01% from 391); Blue value is 48 (19.14% from 255 or 12.28% from 391); Max value from RGB is 219 - color contains mainly: green. Hex color #7CDB30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CDB30 is #8324CF. Grayscale: #ABABAB. Windows color (decimal): -8594640 or 3201916. OLE color: 3201916.
HSL color Cylindrical-coordinate representation of color #7CDB30: hue angle of 93.33º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7CDB30 is Cyan = 0.43, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 219 | 48 | - |
| CMYK | 0.43 | 0 | 0.78 | 0.14 |
| HSL | 93.33º | 0.7% | 0.52% | - |
| HSV(B) | 93.33º | 0.78% | 0.86% | - |
| XYZ | 34.18 | 55.16 | 11.64 | - |
| YUV | 171.1 | 58.53 | 94.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 219 | 48 | 0.43 | 0 | 0.78 | 0.14 | 93.33 | 0.7 | 0.52 |
| Hex | 7C | DB | 30 | 2B | 0 | 4E | E | 5D | 46 | 34 |
| Octal | 174 | 333 | 60 | 53 | 0 | 116 | 16 | 135 | 106 | 64 |
| Binary | 1111100 | 11011011 | 110000 | 101011 | 0 | 1001110 | 1110 | 1011101 | 1000110 | 110100 |
Color Harmonies of #7CDB30
Complementary color
Monochromatic Colors of #7CDB30
Black with #7CDB30
Text Example
Text Example
White with #7CDB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDB30; }
p { color: rgb(124,219,48); }
H1.HeaderClassName
{
color: #7CDB30;
}
.AnyTagClassName
{
color: #7CDB30;
}
</style>
background-color css
<style>
a { background-color: #7CDB30; }
a { background-color: rgb(124,219,48); }
div.DivClassName
{
background-color: #7CDB30;
}
.BgClassName
{
background-color: #7CDB30;
}
</style>
border-color css
<style>
span { border-color: #7CDB30; }
span { border-color: rgb(124,219,48); }
td.TdClassName
{
border-color: #7CDB30;
}
.TagClassName
{
border-color: #7CDB30;
}
</style>