Html Css Color HEX #7DB929 Lima

📋 copy color: '#7DB929'

red 125 ◦ green 185 ◦ blue 41

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

Shades of Lima #7DB929

Tints of Lima #7DB929

RGB

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

 GREEN value IS 185 (72.66% from 255) = 52.71%

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

R = 35.61%
G = 52.71%
B = 11.68%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#7DB929 (or 0x7DB929) is known color: Lima. HEX triplet: 7D, B9 and 29. RGB value is (125,185,41). Sum of RGB (Red+Green+Blue) = 125+185+41=351 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.61% from 351); Green value is 185 (72.66% from 255 or 52.71% from 351); Blue value is 41 (16.41% from 255 or 11.68% from 351); Max value from RGB is 185 - color contains mainly: green. Hex color #7DB929 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB929 is #8246D6. Grayscale: #979797. Windows color (decimal): -8537815 or 2734461. OLE color: 2734461.

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

Color convert

RGB 125 185 41 -
CMYK 0.32 0 0.78 0.27
HSL 85º 0.64% 0.44% -
HSV(B) 85º 0.78% 0.73% -
XYZ 26.21 39.22 8.29 -
YUV 150.64 66.12 109.71 -
System Red Green Blue C M Y K H S L
Decimal 125 185 41 0.32 0 0.78 0.27 85 0.64 0.44
Hex 7D B9 29 20 0 4E 1B 55 40 2C
Octal 175 271 51 40 0 116 33 125 100 54
Binary 1111101 10111001 101001 100000 0 1001110 11011 1010101 1000000 101100

Color Harmonies of #7DB929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB929

Black with #7DB929

Text Example


Text Example

White with #7DB929

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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