Shades of Yellow Green #7DCD25
Tints of Yellow Green #7DCD25
RGB
CMYK
RGB Variations
Color information
#7DCD25 (or 0x7DCD25) is known color: Yellow Green. HEX triplet: 7D, CD and 25. RGB value is (125,205,37). Sum of RGB (Red+Green+Blue) = 125+205+37=367 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.06% from 367); Green value is 205 (80.47% from 255 or 55.86% from 367); Blue value is 37 (14.84% from 255 or 10.08% from 367); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCD25 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DCD25 is #8232DA. Grayscale: #A2A2A2. Windows color (decimal): -8532699 or 2477437. OLE color: 2477437.
HSL color Cylindrical-coordinate representation of color #7DCD25: hue angle of 88.57º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7DCD25 is Cyan = 0.39, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 205 | 37 | - |
| CMYK | 0.39 | 0 | 0.82 | 0.20 |
| HSL | 88.57º | 0.69% | 0.47% | - |
| HSV(B) | 88.57º | 0.82% | 0.8% | - |
| XYZ | 30.62 | 48.16 | 9.43 | - |
| YUV | 161.93 | 57.5 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 205 | 37 | 0.39 | 0 | 0.82 | 0.20 | 88.57 | 0.69 | 0.47 |
| Hex | 7D | CD | 25 | 27 | 0 | 52 | 14 | 59 | 45 | 2F |
| Octal | 175 | 315 | 45 | 47 | 0 | 122 | 24 | 131 | 105 | 57 |
| Binary | 1111101 | 11001101 | 100101 | 100111 | 0 | 1010010 | 10100 | 1011001 | 1000101 | 101111 |
Color Harmonies of #7DCD25
Complementary color
Monochromatic Colors of #7DCD25
Black with #7DCD25
Text Example
Text Example
White with #7DCD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCD25; }
p { color: rgb(125,205,37); }
H1.HeaderClassName
{
color: #7DCD25;
}
.AnyTagClassName
{
color: #7DCD25;
}
</style>
background-color css
<style>
a { background-color: #7DCD25; }
a { background-color: rgb(125,205,37); }
div.DivClassName
{
background-color: #7DCD25;
}
.BgClassName
{
background-color: #7DCD25;
}
</style>
border-color css
<style>
span { border-color: #7DCD25; }
span { border-color: rgb(125,205,37); }
td.TdClassName
{
border-color: #7DCD25;
}
.TagClassName
{
border-color: #7DCD25;
}
</style>