Html Css Color HEX #7DA623 Lima

📋 copy color: '#7DA623'

red 125 ◦ green 166 ◦ blue 35

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

Shades of Lima #7DA623

Tints of Lima #7DA623

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.74%

R = 38.34%
G = 50.92%
B = 10.74%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.79

 K value IS 0.35

RGB Variations

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

Color information

#7DA623 (or 0x7DA623) is known color: Lima. HEX triplet: 7D, A6 and 23. RGB value is (125,166,35). Sum of RGB (Red+Green+Blue) = 125+166+35=326 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.34% from 326); Green value is 166 (65.23% from 255 or 50.92% from 326); Blue value is 35 (14.06% from 255 or 10.74% from 326); Max value from RGB is 166 - color contains mainly: green. Hex color #7DA623 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA623 is #8259DC. Grayscale: #8B8B8B. Windows color (decimal): -8542685 or 2336381. OLE color: 2336381.

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

Color convert

RGB 125 166 35 -
CMYK 0.25 0 0.79 0.35
HSL 78.78º 0.65% 0.39% -
HSV(B) 78.78º 0.79% 0.65% -
XYZ 22.4 31.75 6.54 -
YUV 138.81 69.42 118.15 -
System Red Green Blue C M Y K H S L
Decimal 125 166 35 0.25 0 0.79 0.35 78.78 0.65 0.39
Hex 7D A6 23 19 0 4F 23 4F 41 27
Octal 175 246 43 31 0 117 43 117 101 47
Binary 1111101 10100110 100011 11001 0 1001111 100011 1001111 1000001 100111

Color Harmonies of #7DA623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA623

Black with #7DA623

Text Example


Text Example

White with #7DA623

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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