Html Css Color HEX #7DB512 Lima

📋 copy color: '#7DB512'

red 125 ◦ green 181 ◦ blue 18

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

Shades of Lima #7DB512

Tints of Lima #7DB512

RGB

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

 GREEN value IS 181 (71.09% from 255) = 55.86%

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

R = 38.58%
G = 55.86%
B = 5.56%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#7DB512 (or 0x7DB512) is known color: Lima. HEX triplet: 7D, B5 and 12. RGB value is (125,181,18). Sum of RGB (Red+Green+Blue) = 125+181+18=324 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.58% from 324); Green value is 181 (71.09% from 255 or 55.86% from 324); Blue value is 18 (7.42% from 255 or 5.56% from 324); Max value from RGB is 181 - color contains mainly: green. Hex color #7DB512 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DB512 is #824AED. Grayscale: #929292. Windows color (decimal): -8538862 or 1226109. OLE color: 1226109.

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

Color convert

RGB 125 181 18 -
CMYK 0.31 0 0.90 0.29
HSL 80.61º 0.82% 0.39% -
HSV(B) 80.61º 0.9% 0.71% -
XYZ 25.09 37.45 6.48 -
YUV 145.67 55.95 113.25 -
System Red Green Blue C M Y K H S L
Decimal 125 181 18 0.31 0 0.90 0.29 80.61 0.82 0.39
Hex 7D B5 12 1F 0 5A 1D 51 52 27
Octal 175 265 22 37 0 132 35 121 122 47
Binary 1111101 10110101 10010 11111 0 1011010 11101 1010001 1010010 100111

Color Harmonies of #7DB512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB512

Black with #7DB512

Text Example


Text Example

White with #7DB512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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