Html Css Color HEX #7DA321 Lima

📋 copy color: '#7DA321'

red 125 ◦ green 163 ◦ blue 33

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

Shades of Lima #7DA321

Tints of Lima #7DA321

RGB

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

 GREEN value IS 163 (64.06% from 255) = 50.78%

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

R = 38.94%
G = 50.78%
B = 10.28%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#7DA321 (or 0x7DA321) is known color: Lima. HEX triplet: 7D, A3 and 21. RGB value is (125,163,33). Sum of RGB (Red+Green+Blue) = 125+163+33=321 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.94% from 321); Green value is 163 (64.06% from 255 or 50.78% from 321); Blue value is 33 (13.28% from 255 or 10.28% from 321); Max value from RGB is 163 - color contains mainly: green. Hex color #7DA321 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA321 is #825CDE. Grayscale: #898989. Windows color (decimal): -8543455 or 2204541. OLE color: 2204541.

HSL color Cylindrical-coordinate representation of color #7DA321: hue angle of 77.54º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7DA321 is Cyan = 0.23, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB 125 163 33 -
CMYK 0.23 0 0.80 0.36
HSL 77.54º 0.66% 0.38% -
HSV(B) 77.54º 0.8% 0.64% -
XYZ 21.83 30.66 6.21 -
YUV 136.82 69.41 119.57 -
System Red Green Blue C M Y K H S L
Decimal 125 163 33 0.23 0 0.80 0.36 77.54 0.66 0.38
Hex 7D A3 21 17 0 50 24 4E 42 26
Octal 175 243 41 27 0 120 44 116 102 46
Binary 1111101 10100011 100001 10111 0 1010000 100100 1001110 1000010 100110

Color Harmonies of #7DA321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA321

Black with #7DA321

Text Example


Text Example

White with #7DA321

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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