Html Css Color HEX #7DB112 Lima

📋 copy color: '#7DB112'

red 125 ◦ green 177 ◦ blue 18

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

Shades of Lima #7DB112

Tints of Lima #7DB112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.63%

R = 39.06%
G = 55.31%
B = 5.63%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#7DB112 (or 0x7DB112) is known color: Lima. HEX triplet: 7D, B1 and 12. RGB value is (125,177,18). Sum of RGB (Red+Green+Blue) = 125+177+18=320 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.06% from 320); Green value is 177 (69.53% from 255 or 55.31% from 320); Blue value is 18 (7.42% from 255 or 5.62% from 320); Max value from RGB is 177 - color contains mainly: green. Hex color #7DB112 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DB112 is #824EED. Grayscale: #8F8F8F. Windows color (decimal): -8539886 or 1225085. OLE color: 1225085.

HSL color Cylindrical-coordinate representation of color #7DB112: hue angle of 79.62º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7DB112 is Cyan = 0.29, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 125 177 18 -
CMYK 0.29 0 0.90 0.31
HSL 79.62º 0.82% 0.38% -
HSV(B) 79.62º 0.9% 0.69% -
XYZ 24.29 35.85 6.21 -
YUV 143.33 57.27 114.93 -
System Red Green Blue C M Y K H S L
Decimal 125 177 18 0.29 0 0.90 0.31 79.62 0.82 0.38
Hex 7D B1 12 1D 0 5A 1F 50 52 26
Octal 175 261 22 35 0 132 37 120 122 46
Binary 1111101 10110001 10010 11101 0 1011010 11111 1010000 1010010 100110

Color Harmonies of #7DB112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB112

Black with #7DB112

Text Example


Text Example

White with #7DB112

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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