Html Css Color HEX #7DA315 Lima

📋 copy color: '#7DA315'

red 125 ◦ green 163 ◦ blue 21

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

Shades of Lima #7DA315

Tints of Lima #7DA315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.8%

R = 40.45%
G = 52.75%
B = 6.8%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#7DA315 (or 0x7DA315) is known color: Lima. HEX triplet: 7D, A3 and 15. RGB value is (125,163,21). Sum of RGB (Red+Green+Blue) = 125+163+21=309 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.45% from 309); Green value is 163 (64.06% from 255 or 52.75% from 309); Blue value is 21 (8.59% from 255 or 6.80% from 309); Max value from RGB is 163 - color contains mainly: green. Hex color #7DA315 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DA315 is #825CEA. Grayscale: #878787. Windows color (decimal): -8543467 or 1418109. OLE color: 1418109.

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

Color convert

RGB 125 163 21 -
CMYK 0.23 0 0.87 0.36
HSL 76.06º 0.77% 0.36% -
HSV(B) 76.06º 0.87% 0.64% -
XYZ 21.69 30.61 5.47 -
YUV 135.45 63.41 120.55 -
System Red Green Blue C M Y K H S L
Decimal 125 163 21 0.23 0 0.87 0.36 76.06 0.77 0.36
Hex 7D A3 15 17 0 57 24 4C 4D 24
Octal 175 243 25 27 0 127 44 114 115 44
Binary 1111101 10100011 10101 10111 0 1010111 100100 1001100 1001101 100100

Color Harmonies of #7DA315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA315

Black with #7DA315

Text Example


Text Example

White with #7DA315

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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