Html Css Color HEX #7DAB10 Lima

📋 copy color: '#7DAB10'

red 125 ◦ green 171 ◦ blue 16

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

Shades of Lima #7DAB10

Tints of Lima #7DAB10

RGB

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

 GREEN value IS 171 (67.19% from 255) = 54.81%

 BLUE value IS 16 (6.64% from 255) = 5.13%

R = 40.06%
G = 54.81%
B = 5.13%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#7DAB10 (or 0x7DAB10) is known color: Lima. HEX triplet: 7D, AB and 10. RGB value is (125,171,16). Sum of RGB (Red+Green+Blue) = 125+171+16=312 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.06% from 312); Green value is 171 (67.19% from 255 or 54.81% from 312); Blue value is 16 (6.64% from 255 or 5.13% from 312); Max value from RGB is 171 - color contains mainly: green. Hex color #7DAB10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DAB10 is #8254EF. Grayscale: #8C8C8C. Windows color (decimal): -8541424 or 1092477. OLE color: 1092477.

HSL color Cylindrical-coordinate representation of color #7DAB10: hue angle of 77.81º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7DAB10 is Cyan = 0.27, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 125 171 16 -
CMYK 0.27 0 0.91 0.33
HSL 77.81º 0.83% 0.37% -
HSV(B) 77.81º 0.91% 0.67% -
XYZ 23.11 33.52 5.74 -
YUV 139.58 58.26 117.6 -
System Red Green Blue C M Y K H S L
Decimal 125 171 16 0.27 0 0.91 0.33 77.81 0.83 0.37
Hex 7D AB 10 1B 0 5B 21 4E 53 25
Octal 175 253 20 33 0 133 41 116 123 45
Binary 1111101 10101011 10000 11011 0 1011011 100001 1001110 1010011 100101

Color Harmonies of #7DAB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAB10

Black with #7DAB10

Text Example


Text Example

White with #7DAB10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,171,16); }

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

background-color css

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

 a { background-color: rgb(125,171,16); }

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

border-color css

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

 span { border-color: rgb(125,171,16); }

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