Html Css Color HEX #7DA81B Lima

📋 copy color: '#7DA81B'

red 125 ◦ green 168 ◦ blue 27

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

Shades of Lima #7DA81B

Tints of Lima #7DA81B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 52.5%

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

R = 39.06%
G = 52.5%
B = 8.44%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.84

 K value IS 0.34

RGB Variations

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

Color information

#7DA81B (or 0x7DA81B) is known color: Lima. HEX triplet: 7D, A8 and 1B. RGB value is (125,168,27). Sum of RGB (Red+Green+Blue) = 125+168+27=320 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.06% from 320); Green value is 168 (66.02% from 255 or 52.5% from 320); Blue value is 27 (10.94% from 255 or 8.44% from 320); Max value from RGB is 168 - color contains mainly: green. Hex color #7DA81B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA81B is #8257E4. Grayscale: #8B8B8B. Windows color (decimal): -8542181 or 1812605. OLE color: 1812605.

HSL color Cylindrical-coordinate representation of color #7DA81B: hue angle of 78.3º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7DA81B is Cyan = 0.26, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.34.

Color convert

RGB 125 168 27 -
CMYK 0.26 0 0.84 0.34
HSL 78.3º 0.72% 0.38% -
HSV(B) 78.3º 0.84% 0.66% -
XYZ 22.66 32.44 6.11 -
YUV 139.07 64.75 117.96 -
System Red Green Blue C M Y K H S L
Decimal 125 168 27 0.26 0 0.84 0.34 78.3 0.72 0.38
Hex 7D A8 1B 1A 0 54 22 4E 48 26
Octal 175 250 33 32 0 124 42 116 110 46
Binary 1111101 10101000 11011 11010 0 1010100 100010 1001110 1001000 100110

Color Harmonies of #7DA81B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA81B

Black with #7DA81B

Text Example


Text Example

White with #7DA81B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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