Html Css Color HEX #7DB729 Lima

📋 copy color: '#7DB729'

red 125 ◦ green 183 ◦ blue 41

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

Shades of Lima #7DB729

Tints of Lima #7DB729

RGB

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

 GREEN value IS 183 (71.88% from 255) = 52.44%

 BLUE value IS 41 (16.41% from 255) = 11.75%

R = 35.82%
G = 52.44%
B = 11.75%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#7DB729 (or 0x7DB729) is known color: Lima. HEX triplet: 7D, B7 and 29. RGB value is (125,183,41). Sum of RGB (Red+Green+Blue) = 125+183+41=349 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.82% from 349); Green value is 183 (71.88% from 255 or 52.44% from 349); Blue value is 41 (16.41% from 255 or 11.75% from 349); Max value from RGB is 183 - color contains mainly: green. Hex color #7DB729 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB729 is #8248D6. Grayscale: #959595. Windows color (decimal): -8538327 or 2733949. OLE color: 2733949.

HSL color Cylindrical-coordinate representation of color #7DB729: hue angle of 84.51º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7DB729 is Cyan = 0.32, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB 125 183 41 -
CMYK 0.32 0 0.78 0.28
HSL 84.51º 0.63% 0.44% -
HSV(B) 84.51º 0.78% 0.72% -
XYZ 25.79 38.39 8.15 -
YUV 149.47 66.78 110.55 -
System Red Green Blue C M Y K H S L
Decimal 125 183 41 0.32 0 0.78 0.28 84.51 0.63 0.44
Hex 7D B7 29 20 0 4E 1C 55 3F 2C
Octal 175 267 51 40 0 116 34 125 77 54
Binary 1111101 10110111 101001 100000 0 1001110 11100 1010101 111111 101100

Color Harmonies of #7DB729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB729

Black with #7DB729

Text Example


Text Example

White with #7DB729

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,183,41); }

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

background-color css

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

 a { background-color: rgb(125,183,41); }

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

border-color css

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

 span { border-color: rgb(125,183,41); }

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