Html Css Color HEX #7DB911 Lima

📋 copy color: '#7DB911'

red 125 ◦ green 185 ◦ blue 17

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

Shades of Lima #7DB911

Tints of Lima #7DB911

RGB

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

 GREEN value IS 185 (72.66% from 255) = 56.57%

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

R = 38.23%
G = 56.57%
B = 5.2%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#7DB911 (or 0x7DB911) is known color: Lima. HEX triplet: 7D, B9 and 11. RGB value is (125,185,17). Sum of RGB (Red+Green+Blue) = 125+185+17=327 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.23% from 327); Green value is 185 (72.66% from 255 or 56.57% from 327); Blue value is 17 (7.03% from 255 or 5.20% from 327); Max value from RGB is 185 - color contains mainly: green. Hex color #7DB911 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DB911 is #8246EE. Grayscale: #949494. Windows color (decimal): -8537839 or 1161597. OLE color: 1161597.

HSL color Cylindrical-coordinate representation of color #7DB911: hue angle of 81.43º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7DB911 is Cyan = 0.32, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 125 185 17 -
CMYK 0.32 0 0.91 0.27
HSL 81.43º 0.83% 0.4% -
HSV(B) 81.43º 0.91% 0.73% -
XYZ 25.91 39.1 6.71 -
YUV 147.91 54.12 111.66 -
System Red Green Blue C M Y K H S L
Decimal 125 185 17 0.32 0 0.91 0.27 81.43 0.83 0.4
Hex 7D B9 11 20 0 5B 1B 51 53 28
Octal 175 271 21 40 0 133 33 121 123 50
Binary 1111101 10111001 10001 100000 0 1011011 11011 1010001 1010011 101000

Color Harmonies of #7DB911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB911

Black with #7DB911

Text Example


Text Example

White with #7DB911

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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