Html Css Color HEX #7DB132 Lima

📋 copy color: '#7DB132'

red 125 ◦ green 177 ◦ blue 50

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

Shades of Lima #7DB132

Tints of Lima #7DB132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.2%

R = 35.51%
G = 50.28%
B = 14.2%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#7DB132 (or 0x7DB132) is known color: Lima. HEX triplet: 7D, B1 and 32. RGB value is (125,177,50). Sum of RGB (Red+Green+Blue) = 125+177+50=352 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.51% from 352); Green value is 177 (69.53% from 255 or 50.28% from 352); Blue value is 50 (19.92% from 255 or 14.20% from 352); Max value from RGB is 177 - color contains mainly: green. Hex color #7DB132 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DB132 is #824ECD. Grayscale: #939393. Windows color (decimal): -8539854 or 3322237. OLE color: 3322237.

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

Color convert

RGB 125 177 50 -
CMYK 0.29 0 0.72 0.31
HSL 84.57º 0.56% 0.45% -
HSV(B) 84.57º 0.72% 0.69% -
XYZ 24.76 36.03 8.67 -
YUV 146.97 73.27 112.33 -
System Red Green Blue C M Y K H S L
Decimal 125 177 50 0.29 0 0.72 0.31 84.57 0.56 0.45
Hex 7D B1 32 1D 0 48 1F 55 38 2D
Octal 175 261 62 35 0 110 37 125 70 55
Binary 1111101 10110001 110010 11101 0 1001000 11111 1010101 111000 101101

Color Harmonies of #7DB132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB132

Black with #7DB132

Text Example


Text Example

White with #7DB132

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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