Html Css Color HEX #7DB511 Lima

📋 copy color: '#7DB511'

red 125 ◦ green 181 ◦ blue 17

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

Shades of Lima #7DB511

Tints of Lima #7DB511

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.26%

R = 38.7%
G = 56.04%
B = 5.26%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#7DB511 (or 0x7DB511) is known color: Lima. HEX triplet: 7D, B5 and 11. RGB value is (125,181,17). Sum of RGB (Red+Green+Blue) = 125+181+17=323 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.70% from 323); Green value is 181 (71.09% from 255 or 56.04% from 323); Blue value is 17 (7.03% from 255 or 5.26% from 323); Max value from RGB is 181 - color contains mainly: green. Hex color #7DB511 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DB511 is #824AEE. Grayscale: #929292. Windows color (decimal): -8538863 or 1160573. OLE color: 1160573.

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

Color convert

RGB 125 181 17 -
CMYK 0.31 0 0.91 0.29
HSL 80.49º 0.83% 0.39% -
HSV(B) 80.49º 0.91% 0.71% -
XYZ 25.08 37.45 6.44 -
YUV 145.56 55.45 113.34 -
System Red Green Blue C M Y K H S L
Decimal 125 181 17 0.31 0 0.91 0.29 80.49 0.83 0.39
Hex 7D B5 11 1F 0 5B 1D 50 53 27
Octal 175 265 21 37 0 133 35 120 123 47
Binary 1111101 10110101 10001 11111 0 1011011 11101 1010000 1010011 100111

Color Harmonies of #7DB511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB511

Black with #7DB511

Text Example


Text Example

White with #7DB511

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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