Html Css Color HEX #7DA621 Lima

📋 copy color: '#7DA621'

red 125 ◦ green 166 ◦ blue 33

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

Shades of Lima #7DA621

Tints of Lima #7DA621

RGB

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

 GREEN value IS 166 (65.23% from 255) = 51.23%

 BLUE value IS 33 (13.28% from 255) = 10.19%

R = 38.58%
G = 51.23%
B = 10.19%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.80

 K value IS 0.35

RGB Variations

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

Color information

#7DA621 (or 0x7DA621) is known color: Lima. HEX triplet: 7D, A6 and 21. RGB value is (125,166,33). Sum of RGB (Red+Green+Blue) = 125+166+33=324 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.58% from 324); Green value is 166 (65.23% from 255 or 51.23% from 324); Blue value is 33 (13.28% from 255 or 10.19% from 324); Max value from RGB is 166 - color contains mainly: green. Hex color #7DA621 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA621 is #8259DE. Grayscale: #8B8B8B. Windows color (decimal): -8542687 or 2205309. OLE color: 2205309.

HSL color Cylindrical-coordinate representation of color #7DA621: hue angle of 78.5º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7DA621 is Cyan = 0.25, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.35.

Color convert

RGB 125 166 33 -
CMYK 0.25 0 0.80 0.35
HSL 78.5º 0.67% 0.39% -
HSV(B) 78.5º 0.8% 0.65% -
XYZ 22.37 31.74 6.39 -
YUV 138.58 68.42 118.31 -
System Red Green Blue C M Y K H S L
Decimal 125 166 33 0.25 0 0.80 0.35 78.5 0.67 0.39
Hex 7D A6 21 19 0 50 23 4E 43 27
Octal 175 246 41 31 0 120 43 116 103 47
Binary 1111101 10100110 100001 11001 0 1010000 100011 1001110 1000011 100111

Color Harmonies of #7DA621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA621

Black with #7DA621

Text Example


Text Example

White with #7DA621

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,166,33); }

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

background-color css

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

 a { background-color: rgb(125,166,33); }

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

border-color css

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

 span { border-color: rgb(125,166,33); }

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