Html Css Color HEX #7DA928 Lima

📋 copy color: '#7DA928'

red 125 ◦ green 169 ◦ blue 40

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

Shades of Lima #7DA928

Tints of Lima #7DA928

RGB

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

 GREEN value IS 169 (66.41% from 255) = 50.6%

 BLUE value IS 40 (16.02% from 255) = 11.98%

R = 37.43%
G = 50.6%
B = 11.98%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.76

 K value IS 0.34

RGB Variations

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

Color information

#7DA928 (or 0x7DA928) is known color: Lima. HEX triplet: 7D, A9 and 28. RGB value is (125,169,40). Sum of RGB (Red+Green+Blue) = 125+169+40=334 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.43% from 334); Green value is 169 (66.41% from 255 or 50.60% from 334); Blue value is 40 (16.02% from 255 or 11.98% from 334); Max value from RGB is 169 - color contains mainly: green. Hex color #7DA928 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA928 is #8256D7. Grayscale: #8D8D8D. Windows color (decimal): -8541912 or 2664829. OLE color: 2664829.

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

Color convert

RGB 125 169 40 -
CMYK 0.26 0 0.76 0.34
HSL 80.47º 0.62% 0.41% -
HSV(B) 80.47º 0.76% 0.66% -
XYZ 23.03 32.89 7.14 -
YUV 141.14 70.92 116.49 -
System Red Green Blue C M Y K H S L
Decimal 125 169 40 0.26 0 0.76 0.34 80.47 0.62 0.41
Hex 7D A9 28 1A 0 4C 22 50 3E 29
Octal 175 251 50 32 0 114 42 120 76 51
Binary 1111101 10101001 101000 11010 0 1001100 100010 1010000 111110 101001

Color Harmonies of #7DA928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA928

Black with #7DA928

Text Example


Text Example

White with #7DA928

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,169,40); }

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

background-color css

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

 a { background-color: rgb(125,169,40); }

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

border-color css

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

 span { border-color: rgb(125,169,40); }

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