Html Css Color HEX #7DB506 Lima

📋 copy color: '#7DB506'

red 125 ◦ green 181 ◦ blue 6

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

Shades of Lima #7DB506

Tints of Lima #7DB506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.92%

R = 40.06%
G = 58.01%
B = 1.92%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#7DB506 (or 0x7DB506) is known color: Lima. HEX triplet: 7D, B5 and 06. RGB value is (125,181,6). Sum of RGB (Red+Green+Blue) = 125+181+6=312 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.06% from 312); Green value is 181 (71.09% from 255 or 58.01% from 312); Blue value is 6 (2.73% from 255 or 1.92% from 312); Max value from RGB is 181 - color contains mainly: green. Hex color #7DB506 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DB506 is #824AF9. Grayscale: #909090. Windows color (decimal): -8538874 or 439677. OLE color: 439677.

HSL color Cylindrical-coordinate representation of color #7DB506: hue angle of 79.2º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7DB506 is Cyan = 0.31, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.29.

Color convert

RGB 125 181 6 -
CMYK 0.31 0 0.97 0.29
HSL 79.2º 0.94% 0.37% -
HSV(B) 79.2º 0.97% 0.71% -
XYZ 25.01 37.42 6.08 -
YUV 144.31 49.95 114.23 -
System Red Green Blue C M Y K H S L
Decimal 125 181 6 0.31 0 0.97 0.29 79.2 0.94 0.37
Hex 7D B5 6 1F 0 61 1D 4F 5E 25
Octal 175 265 6 37 0 141 35 117 136 45
Binary 1111101 10110101 110 11111 0 1100001 11101 1001111 1011110 100101

Color Harmonies of #7DB506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB506

Black with #7DB506

Text Example


Text Example

White with #7DB506

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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