Shades of Yellow Green #7DCC36
Tints of Yellow Green #7DCC36
RGB
CMYK
RGB Variations
Color information
#7DCC36 (or 0x7DCC36) is known color: Yellow Green. HEX triplet: 7D, CC and 36. RGB value is (125,204,54). Sum of RGB (Red+Green+Blue) = 125+204+54=383 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.64% from 383); Green value is 204 (80.08% from 255 or 53.26% from 383); Blue value is 54 (21.48% from 255 or 14.10% from 383); Max value from RGB is 204 - color contains mainly: green. Hex color #7DCC36 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DCC36 is #8233C9. Grayscale: #A3A3A3. Windows color (decimal): -8532938 or 3591293. OLE color: 3591293.
HSL color Cylindrical-coordinate representation of color #7DCC36: hue angle of 91.6º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7DCC36 is Cyan = 0.39, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 125 | 204 | 54 | - |
| CMYK | 0.39 | 0 | 0.74 | 0.2 |
| HSL | 91.6º | 0.6% | 0.51% | - |
| HSV(B) | 91.6º | 0.74% | 0.8% | - |
| XYZ | 30.72 | 47.81 | 11.1 | - |
| YUV | 163.28 | 66.33 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 204 | 54 | 0.39 | 0 | 0.74 | 0.2 | 91.6 | 0.6 | 0.51 |
| Hex | 7D | CC | 36 | 27 | 0 | 4A | 14 | 5C | 3C | 33 |
| Octal | 175 | 314 | 66 | 47 | 0 | 112 | 24 | 134 | 74 | 63 |
| Binary | 1111101 | 11001100 | 110110 | 100111 | 0 | 1001010 | 10100 | 1011100 | 111100 | 110011 |
Color Harmonies of #7DCC36
Complementary color
Monochromatic Colors of #7DCC36
Black with #7DCC36
Text Example
Text Example
White with #7DCC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCC36; }
p { color: rgb(125,204,54); }
H1.HeaderClassName
{
color: #7DCC36;
}
.AnyTagClassName
{
color: #7DCC36;
}
</style>
background-color css
<style>
a { background-color: #7DCC36; }
a { background-color: rgb(125,204,54); }
div.DivClassName
{
background-color: #7DCC36;
}
.BgClassName
{
background-color: #7DCC36;
}
</style>
border-color css
<style>
span { border-color: #7DCC36; }
span { border-color: rgb(125,204,54); }
td.TdClassName
{
border-color: #7DCC36;
}
.TagClassName
{
border-color: #7DCC36;
}
</style>