Shades of Yellow Green #9DDF2D
Tints of Yellow Green #9DDF2D
RGB
CMYK
RGB Variations
Color information
#9DDF2D (or 0x9DDF2D) is known color: Yellow Green. HEX triplet: 9D, DF and 2D. RGB value is (157,223,45). Sum of RGB (Red+Green+Blue) = 157+223+45=425 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.94% from 425); Green value is 223 (87.5% from 255 or 52.47% from 425); Blue value is 45 (17.97% from 255 or 10.59% from 425); Max value from RGB is 223 - color contains mainly: green. Hex color #9DDF2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DDF2D is #6220D2. Grayscale: #B7B7B7. Windows color (decimal): -6430931 or 3006365. OLE color: 3006365.
HSL color Cylindrical-coordinate representation of color #9DDF2D: hue angle of 82.25º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9DDF2D is Cyan = 0.30, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 223 | 45 | - |
| CMYK | 0.30 | 0 | 0.80 | 0.13 |
| HSL | 82.25º | 0.74% | 0.53% | - |
| HSV(B) | 82.25º | 0.8% | 0.87% | - |
| XYZ | 40.77 | 60.13 | 11.94 | - |
| YUV | 182.97 | 50.13 | 109.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 223 | 45 | 0.30 | 0 | 0.80 | 0.13 | 82.25 | 0.74 | 0.53 |
| Hex | 9D | DF | 2D | 1E | 0 | 50 | D | 52 | 4A | 35 |
| Octal | 235 | 337 | 55 | 36 | 0 | 120 | 15 | 122 | 112 | 65 |
| Binary | 10011101 | 11011111 | 101101 | 11110 | 0 | 1010000 | 1101 | 1010010 | 1001010 | 110101 |
Color Harmonies of #9DDF2D
Complementary color
Monochromatic Colors of #9DDF2D
Black with #9DDF2D
Text Example
Text Example
White with #9DDF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDF2D; }
p { color: rgb(157,223,45); }
H1.HeaderClassName
{
color: #9DDF2D;
}
.AnyTagClassName
{
color: #9DDF2D;
}
</style>
background-color css
<style>
a { background-color: #9DDF2D; }
a { background-color: rgb(157,223,45); }
div.DivClassName
{
background-color: #9DDF2D;
}
.BgClassName
{
background-color: #9DDF2D;
}
</style>
border-color css
<style>
span { border-color: #9DDF2D; }
span { border-color: rgb(157,223,45); }
td.TdClassName
{
border-color: #9DDF2D;
}
.TagClassName
{
border-color: #9DDF2D;
}
</style>