Html Css Color HEX #7DA721 Lima

📋 copy color: '#7DA721'

red 125 ◦ green 167 ◦ blue 33

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

Shades of Lima #7DA721

Tints of Lima #7DA721

RGB

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

 GREEN value IS 167 (65.63% from 255) = 51.38%

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

R = 38.46%
G = 51.38%
B = 10.15%

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

#7DA721 (or 0x7DA721) is known color: Lima. HEX triplet: 7D, A7 and 21. RGB value is (125,167,33). Sum of RGB (Red+Green+Blue) = 125+167+33=325 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.46% from 325); Green value is 167 (65.62% from 255 or 51.38% from 325); Blue value is 33 (13.28% from 255 or 10.15% from 325); Max value from RGB is 167 - color contains mainly: green. Hex color #7DA721 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA721 is #8258DE. Grayscale: #8B8B8B. Windows color (decimal): -8542431 or 2205565. OLE color: 2205565.

HSL color Cylindrical-coordinate representation of color #7DA721: hue angle of 78.81º 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 #7DA721 is Cyan = 0.25, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.35.

Color convert

RGB 125 167 33 -
CMYK 0.25 0 0.80 0.35
HSL 78.81º 0.67% 0.39% -
HSV(B) 78.81º 0.8% 0.65% -
XYZ 22.55 32.11 6.45 -
YUV 139.17 68.09 117.9 -
System Red Green Blue C M Y K H S L
Decimal 125 167 33 0.25 0 0.80 0.35 78.81 0.67 0.39
Hex 7D A7 21 19 0 50 23 4F 43 27
Octal 175 247 41 31 0 120 43 117 103 47
Binary 1111101 10100111 100001 11001 0 1010000 100011 1001111 1000011 100111

Color Harmonies of #7DA721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA721

Black with #7DA721

Text Example


Text Example

White with #7DA721

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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