Html Css Color HEX #7DA926 Lima

📋 copy color: '#7DA926'

red 125 ◦ green 169 ◦ blue 38

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

Shades of Lima #7DA926

Tints of Lima #7DA926

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.45%

R = 37.65%
G = 50.9%
B = 11.45%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.78

 K value IS 0.34

RGB Variations

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

Color information

#7DA926 (or 0x7DA926) is known color: Lima. HEX triplet: 7D, A9 and 26. RGB value is (125,169,38). Sum of RGB (Red+Green+Blue) = 125+169+38=332 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.65% from 332); Green value is 169 (66.41% from 255 or 50.90% from 332); Blue value is 38 (15.23% from 255 or 11.45% from 332); Max value from RGB is 169 - color contains mainly: green. Hex color #7DA926 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA926 is #8256D9. Grayscale: #8D8D8D. Windows color (decimal): -8541914 or 2533757. OLE color: 2533757.

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

Color convert

RGB 125 169 38 -
CMYK 0.26 0 0.78 0.34
HSL 80.15º 0.63% 0.41% -
HSV(B) 80.15º 0.78% 0.66% -
XYZ 23 32.88 6.97 -
YUV 140.91 69.92 116.65 -
System Red Green Blue C M Y K H S L
Decimal 125 169 38 0.26 0 0.78 0.34 80.15 0.63 0.41
Hex 7D A9 26 1A 0 4E 22 50 3F 29
Octal 175 251 46 32 0 116 42 120 77 51
Binary 1111101 10101001 100110 11010 0 1001110 100010 1010000 111111 101001

Color Harmonies of #7DA926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA926

Black with #7DA926

Text Example


Text Example

White with #7DA926

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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