Html Css Color HEX #7DD522 Yellow Green

📋 copy color: '#7DD522'

red 125 ◦ green 213 ◦ blue 34

#7DD522
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Yellow Green #7DD522

Tints of Yellow Green #7DD522

RGB

 RED value IS 125 (49.22% from 255) = 33.6%

 GREEN value IS 213 (83.59% from 255) = 57.26%

 BLUE value IS 34 (13.67% from 255) = 9.14%

R = 33.6%
G = 57.26%
B = 9.14%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.84

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#7DD522 (or 0x7DD522) is known color: Yellow Green. HEX triplet: 7D, D5 and 22. RGB value is (125,213,34). Sum of RGB (Red+Green+Blue) = 125+213+34=372 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.60% from 372); Green value is 213 (83.59% from 255 or 57.26% from 372); Blue value is 34 (13.67% from 255 or 9.14% from 372); Max value from RGB is 213 - color contains mainly: green. Hex color #7DD522 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DD522 is #822ADD. Grayscale: #A6A6A6. Windows color (decimal): -8530654 or 2282877. OLE color: 2282877.

HSL color Cylindrical-coordinate representation of color #7DD522: hue angle of 89.5º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7DD522 is Cyan = 0.41, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB 125 213 34 -
CMYK 0.41 0 0.84 0.16
HSL 89.5º 0.72% 0.48% -
HSV(B) 89.5º 0.84% 0.84% -
XYZ 32.54 52.06 9.85 -
YUV 166.28 53.35 98.55 -
System Red Green Blue C M Y K H S L
Decimal 125 213 34 0.41 0 0.84 0.16 89.5 0.72 0.48
Hex 7D D5 22 29 0 54 10 59 48 30
Octal 175 325 42 51 0 124 20 131 110 60
Binary 1111101 11010101 100010 101001 0 1010100 10000 1011001 1001000 110000

Color Harmonies of #7DD522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD522

Black with #7DD522

Text Example


Text Example

White with #7DD522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7DD522; }

 p { color: rgb(125,213,34); }

 H1.HeaderClassName
 {
   color: #7DD522;
 }
 .AnyTagClassName
 {
   color: #7DD522;
 }
</style>

background-color css

<style>
 a { background-color: #7DD522; }

 a { background-color: rgb(125,213,34); }

 div.DivClassName
 {
   background-color: #7DD522;
 }
 .BgClassName
 {
   background-color: #7DD522;
 }
</style>

border-color css

<style>
 span { border-color: #7DD522; }

 span { border-color: rgb(125,213,34); }

 td.TdClassName
 {
   border-color: #7DD522;
 }
 .TagClassName
 {
   border-color: #7DD522;
 }
</style>