Html Css Color HEX #7DB125 Lima

📋 copy color: '#7DB125'

red 125 ◦ green 177 ◦ blue 37

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

Shades of Lima #7DB125

Tints of Lima #7DB125

RGB

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

 GREEN value IS 177 (69.53% from 255) = 52.21%

 BLUE value IS 37 (14.84% from 255) = 10.91%

R = 36.87%
G = 52.21%
B = 10.91%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#7DB125 (or 0x7DB125) is known color: Lima. HEX triplet: 7D, B1 and 25. RGB value is (125,177,37). Sum of RGB (Red+Green+Blue) = 125+177+37=339 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.87% from 339); Green value is 177 (69.53% from 255 or 52.21% from 339); Blue value is 37 (14.84% from 255 or 10.91% from 339); Max value from RGB is 177 - color contains mainly: green. Hex color #7DB125 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DB125 is #824EDA. Grayscale: #929292. Windows color (decimal): -8539867 or 2470269. OLE color: 2470269.

HSL color Cylindrical-coordinate representation of color #7DB125: hue angle of 82.29º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7DB125 is Cyan = 0.29, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB 125 177 37 -
CMYK 0.29 0 0.79 0.31
HSL 82.29º 0.65% 0.42% -
HSV(B) 82.29º 0.79% 0.69% -
XYZ 24.51 35.94 7.39 -
YUV 145.49 66.77 113.38 -
System Red Green Blue C M Y K H S L
Decimal 125 177 37 0.29 0 0.79 0.31 82.29 0.65 0.42
Hex 7D B1 25 1D 0 4F 1F 52 41 2A
Octal 175 261 45 35 0 117 37 122 101 52
Binary 1111101 10110001 100101 11101 0 1001111 11111 1010010 1000001 101010

Color Harmonies of #7DB125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB125

Black with #7DB125

Text Example


Text Example

White with #7DB125

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,177,37); }

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

background-color css

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

 a { background-color: rgb(125,177,37); }

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

border-color css

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

 span { border-color: rgb(125,177,37); }

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