Html Css Color HEX #7DB11F Lima

📋 copy color: '#7DB11F'

red 125 ◦ green 177 ◦ blue 31

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

Shades of Lima #7DB11F

Tints of Lima #7DB11F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.31%

R = 37.54%
G = 53.15%
B = 9.31%

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

#7DB11F (or 0x7DB11F) is known color: Lima. HEX triplet: 7D, B1 and 1F. RGB value is (125,177,31). Sum of RGB (Red+Green+Blue) = 125+177+31=333 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.54% from 333); Green value is 177 (69.53% from 255 or 53.15% from 333); Blue value is 31 (12.5% from 255 or 9.31% from 333); Max value from RGB is 177 - color contains mainly: green. Hex color #7DB11F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DB11F is #824EE0. Grayscale: #919191. Windows color (decimal): -8539873 or 2077053. OLE color: 2077053.

HSL color Cylindrical-coordinate representation of color #7DB11F: hue angle of 81.37º degrees, saturation: 0.7, 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 #7DB11F is Cyan = 0.29, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 125 177 31 -
CMYK 0.29 0 0.82 0.31
HSL 81.37º 0.7% 0.41% -
HSV(B) 81.37º 0.82% 0.69% -
XYZ 24.43 35.9 6.94 -
YUV 144.81 63.77 113.87 -
System Red Green Blue C M Y K H S L
Decimal 125 177 31 0.29 0 0.82 0.31 81.37 0.7 0.41
Hex 7D B1 1F 1D 0 52 1F 51 46 29
Octal 175 261 37 35 0 122 37 121 106 51
Binary 1111101 10110001 11111 11101 0 1010010 11111 1010001 1000110 101001

Color Harmonies of #7DB11F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB11F

Black with #7DB11F

Text Example


Text Example

White with #7DB11F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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