Html Css Color HEX #7DD925 Yellow Green

📋 copy color: '#7DD925'

red 125 ◦ green 217 ◦ blue 37

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

Shades of Yellow Green #7DD925

Tints of Yellow Green #7DD925

RGB

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

 GREEN value IS 217 (85.16% from 255) = 57.26%

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

R = 32.98%
G = 57.26%
B = 9.76%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#7DD925 (or 0x7DD925) is known color: Yellow Green. HEX triplet: 7D, D9 and 25. RGB value is (125,217,37). Sum of RGB (Red+Green+Blue) = 125+217+37=379 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.98% from 379); Green value is 217 (85.16% from 255 or 57.26% from 379); Blue value is 37 (14.84% from 255 or 9.76% from 379); Max value from RGB is 217 - color contains mainly: green. Hex color #7DD925 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DD925 is #8226DA. Grayscale: #A9A9A9. Windows color (decimal): -8529627 or 2480509. OLE color: 2480509.

HSL color Cylindrical-coordinate representation of color #7DD925: hue angle of 90.67º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7DD925 is Cyan = 0.42, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 125 217 37 -
CMYK 0.42 0 0.83 0.15
HSL 90.67º 0.71% 0.5% -
HSV(B) 90.67º 0.83% 0.85% -
XYZ 33.6 54.12 10.43 -
YUV 168.97 53.52 96.64 -
System Red Green Blue C M Y K H S L
Decimal 125 217 37 0.42 0 0.83 0.15 90.67 0.71 0.5
Hex 7D D9 25 2A 0 53 F 5B 47 32
Octal 175 331 45 52 0 123 17 133 107 62
Binary 1111101 11011001 100101 101010 0 1010011 1111 1011011 1000111 110010

Color Harmonies of #7DD925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD925

Black with #7DD925

Text Example


Text Example

White with #7DD925

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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