Html Css Color HEX #7DB120 Lima

📋 copy color: '#7DB120'

red 125 ◦ green 177 ◦ blue 32

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

Shades of Lima #7DB120

Tints of Lima #7DB120

RGB

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

 GREEN value IS 177 (69.53% from 255) = 52.99%

 BLUE value IS 32 (12.89% from 255) = 9.58%

R = 37.43%
G = 52.99%
B = 9.58%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#7DB120 (or 0x7DB120) is known color: Lima. HEX triplet: 7D, B1 and 20. RGB value is (125,177,32). Sum of RGB (Red+Green+Blue) = 125+177+32=334 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.43% from 334); Green value is 177 (69.53% from 255 or 52.99% from 334); Blue value is 32 (12.89% from 255 or 9.58% from 334); Max value from RGB is 177 - color contains mainly: green. Hex color #7DB120 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DB120 is #824EDF. Grayscale: #919191. Windows color (decimal): -8539872 or 2142589. OLE color: 2142589.

HSL color Cylindrical-coordinate representation of color #7DB120: hue angle of 81.52º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7DB120 is Cyan = 0.29, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 125 177 32 -
CMYK 0.29 0 0.82 0.31
HSL 81.52º 0.69% 0.41% -
HSV(B) 81.52º 0.82% 0.69% -
XYZ 24.44 35.91 7.01 -
YUV 144.92 64.27 113.79 -
System Red Green Blue C M Y K H S L
Decimal 125 177 32 0.29 0 0.82 0.31 81.52 0.69 0.41
Hex 7D B1 20 1D 0 52 1F 52 45 29
Octal 175 261 40 35 0 122 37 122 105 51
Binary 1111101 10110001 100000 11101 0 1010010 11111 1010010 1000101 101001

Color Harmonies of #7DB120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB120

Black with #7DB120

Text Example


Text Example

White with #7DB120

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,177,32); }

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

background-color css

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

 a { background-color: rgb(125,177,32); }

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

border-color css

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

 span { border-color: rgb(125,177,32); }

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