Html Css Color HEX #7DB012 Lima

📋 copy color: '#7DB012'

red 125 ◦ green 176 ◦ blue 18

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

Shades of Lima #7DB012

Tints of Lima #7DB012

RGB

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

 GREEN value IS 176 (69.14% from 255) = 55.17%

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

R = 39.18%
G = 55.17%
B = 5.64%

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

#7DB012 (or 0x7DB012) is known color: Lima. HEX triplet: 7D, B0 and 12. RGB value is (125,176,18). Sum of RGB (Red+Green+Blue) = 125+176+18=319 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.18% from 319); Green value is 176 (69.14% from 255 or 55.17% from 319); Blue value is 18 (7.42% from 255 or 5.64% from 319); Max value from RGB is 176 - color contains mainly: green. Hex color #7DB012 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DB012 is #824FED. Grayscale: #8F8F8F. Windows color (decimal): -8540142 or 1224829. OLE color: 1224829.

HSL color Cylindrical-coordinate representation of color #7DB012: hue angle of 79.37º degrees, saturation: 0.81, 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 #7DB012 is Cyan = 0.29, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 125 176 18 -
CMYK 0.29 0 0.90 0.31
HSL 79.37º 0.81% 0.38% -
HSV(B) 79.37º 0.9% 0.69% -
XYZ 24.09 35.45 6.15 -
YUV 142.74 57.6 115.35 -
System Red Green Blue C M Y K H S L
Decimal 125 176 18 0.29 0 0.90 0.31 79.37 0.81 0.38
Hex 7D B0 12 1D 0 5A 1F 4F 51 26
Octal 175 260 22 35 0 132 37 117 121 46
Binary 1111101 10110000 10010 11101 0 1011010 11111 1001111 1010001 100110

Color Harmonies of #7DB012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB012

Black with #7DB012

Text Example


Text Example

White with #7DB012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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