Html Css Color HEX #7DD525 Yellow Green

📋 copy color: '#7DD525'

red 125 ◦ green 213 ◦ blue 37

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

Shades of Yellow Green #7DD525

Tints of Yellow Green #7DD525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.87%

R = 33.33%
G = 56.8%
B = 9.87%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#7DD525 (or 0x7DD525) is known color: Yellow Green. HEX triplet: 7D, D5 and 25. RGB value is (125,213,37). Sum of RGB (Red+Green+Blue) = 125+213+37=375 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.33% from 375); Green value is 213 (83.59% from 255 or 56.8% from 375); Blue value is 37 (14.84% from 255 or 9.87% from 375); Max value from RGB is 213 - color contains mainly: green. Hex color #7DD525 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DD525 is #822ADA. Grayscale: #A7A7A7. Windows color (decimal): -8530651 or 2479485. OLE color: 2479485.

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

Color convert

RGB 125 213 37 -
CMYK 0.41 0 0.83 0.16
HSL 90º 0.7% 0.49% -
HSV(B) 90º 0.83% 0.84% -
XYZ 32.59 52.08 10.09 -
YUV 166.62 54.85 98.31 -
System Red Green Blue C M Y K H S L
Decimal 125 213 37 0.41 0 0.83 0.16 90 0.7 0.49
Hex 7D D5 25 29 0 53 10 5A 46 31
Octal 175 325 45 51 0 123 20 132 106 61
Binary 1111101 11010101 100101 101001 0 1010011 10000 1011010 1000110 110001

Color Harmonies of #7DD525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD525

Black with #7DD525

Text Example


Text Example

White with #7DD525

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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