Html Css Color HEX #7DAD1B Lima

📋 copy color: '#7DAD1B'

red 125 ◦ green 173 ◦ blue 27

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

Shades of Lima #7DAD1B

Tints of Lima #7DAD1B

RGB

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

 GREEN value IS 173 (67.97% from 255) = 53.23%

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

R = 38.46%
G = 53.23%
B = 8.31%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#7DAD1B (or 0x7DAD1B) is known color: Lima. HEX triplet: 7D, AD and 1B. RGB value is (125,173,27). Sum of RGB (Red+Green+Blue) = 125+173+27=325 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.46% from 325); Green value is 173 (67.97% from 255 or 53.23% from 325); Blue value is 27 (10.94% from 255 or 8.31% from 325); Max value from RGB is 173 - color contains mainly: green. Hex color #7DAD1B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DAD1B is #8252E4. Grayscale: #8E8E8E. Windows color (decimal): -8540901 or 1813885. OLE color: 1813885.

HSL color Cylindrical-coordinate representation of color #7DAD1B: hue angle of 79.73º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7DAD1B is Cyan = 0.28, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.32.

Color convert

RGB 125 173 27 -
CMYK 0.28 0 0.84 0.32
HSL 79.73º 0.73% 0.39% -
HSV(B) 79.73º 0.84% 0.68% -
XYZ 23.6 34.33 6.42 -
YUV 142 63.1 115.87 -
System Red Green Blue C M Y K H S L
Decimal 125 173 27 0.28 0 0.84 0.32 79.73 0.73 0.39
Hex 7D AD 1B 1C 0 54 20 50 49 27
Octal 175 255 33 34 0 124 40 120 111 47
Binary 1111101 10101101 11011 11100 0 1010100 100000 1010000 1001001 100111

Color Harmonies of #7DAD1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAD1B

Black with #7DAD1B

Text Example


Text Example

White with #7DAD1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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