Html Css Color HEX #7DB317 Lima

📋 copy color: '#7DB317'

red 125 ◦ green 179 ◦ blue 23

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

Shades of Lima #7DB317

Tints of Lima #7DB317

RGB

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

 GREEN value IS 179 (70.31% from 255) = 54.74%

 BLUE value IS 23 (9.38% from 255) = 7.03%

R = 38.23%
G = 54.74%
B = 7.03%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#7DB317 (or 0x7DB317) is known color: Lima. HEX triplet: 7D, B3 and 17. RGB value is (125,179,23). Sum of RGB (Red+Green+Blue) = 125+179+23=327 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.23% from 327); Green value is 179 (70.31% from 255 or 54.74% from 327); Blue value is 23 (9.38% from 255 or 7.03% from 327); Max value from RGB is 179 - color contains mainly: green. Hex color #7DB317 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DB317 is #824CE8. Grayscale: #919191. Windows color (decimal): -8539369 or 1553277. OLE color: 1553277.

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

Color convert

RGB 125 179 23 -
CMYK 0.30 0 0.87 0.30
HSL 80.77º 0.77% 0.4% -
HSV(B) 80.77º 0.87% 0.7% -
XYZ 24.73 36.66 6.58 -
YUV 145.07 59.11 113.68 -
System Red Green Blue C M Y K H S L
Decimal 125 179 23 0.30 0 0.87 0.30 80.77 0.77 0.4
Hex 7D B3 17 1E 0 57 1E 51 4D 28
Octal 175 263 27 36 0 127 36 121 115 50
Binary 1111101 10110011 10111 11110 0 1010111 11110 1010001 1001101 101000

Color Harmonies of #7DB317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB317

Black with #7DB317

Text Example


Text Example

White with #7DB317

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,179,23); }

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

background-color css

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

 a { background-color: rgb(125,179,23); }

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

border-color css

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

 span { border-color: rgb(125,179,23); }

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