Html Css Color HEX #7DA11B Lima

📋 copy color: '#7DA11B'

red 125 ◦ green 161 ◦ blue 27

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

Shades of Lima #7DA11B

Tints of Lima #7DA11B

RGB

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

 GREEN value IS 161 (63.28% from 255) = 51.44%

 BLUE value IS 27 (10.94% from 255) = 8.63%

R = 39.94%
G = 51.44%
B = 8.63%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.83

 K value IS 0.37

RGB Variations

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

Color information

#7DA11B (or 0x7DA11B) is known color: Lima. HEX triplet: 7D, A1 and 1B. RGB value is (125,161,27). Sum of RGB (Red+Green+Blue) = 125+161+27=313 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.94% from 313); Green value is 161 (63.28% from 255 or 51.44% from 313); Blue value is 27 (10.94% from 255 or 8.63% from 313); Max value from RGB is 161 - color contains mainly: green. Hex color #7DA11B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA11B is #825EE4. Grayscale: #878787. Windows color (decimal): -8543973 or 1810813. OLE color: 1810813.

HSL color Cylindrical-coordinate representation of color #7DA11B: hue angle of 76.12º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7DA11B is Cyan = 0.22, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.37.

Color convert

RGB 125 161 27 -
CMYK 0.22 0 0.83 0.37
HSL 76.12º 0.71% 0.37% -
HSV(B) 76.12º 0.83% 0.63% -
XYZ 21.4 29.93 5.69 -
YUV 134.96 67.07 120.9 -
System Red Green Blue C M Y K H S L
Decimal 125 161 27 0.22 0 0.83 0.37 76.12 0.71 0.37
Hex 7D A1 1B 16 0 53 25 4C 47 25
Octal 175 241 33 26 0 123 45 114 107 45
Binary 1111101 10100001 11011 10110 0 1010011 100101 1001100 1000111 100101

Color Harmonies of #7DA11B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA11B

Black with #7DA11B

Text Example


Text Example

White with #7DA11B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,161,27); }

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

background-color css

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

 a { background-color: rgb(125,161,27); }

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

border-color css

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

 span { border-color: rgb(125,161,27); }

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