Html Css Color HEX #7DB414 Lima

📋 copy color: '#7DB414'

red 125 ◦ green 180 ◦ blue 20

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

Shades of Lima #7DB414

Tints of Lima #7DB414

RGB

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

 GREEN value IS 180 (70.7% from 255) = 55.38%

 BLUE value IS 20 (8.2% from 255) = 6.15%

R = 38.46%
G = 55.38%
B = 6.15%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#7DB414 (or 0x7DB414) is known color: Lima. HEX triplet: 7D, B4 and 14. RGB value is (125,180,20). Sum of RGB (Red+Green+Blue) = 125+180+20=325 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.46% from 325); Green value is 180 (70.70% from 255 or 55.38% from 325); Blue value is 20 (8.20% from 255 or 6.15% from 325); Max value from RGB is 180 - color contains mainly: green. Hex color #7DB414 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DB414 is #824BEB. Grayscale: #919191. Windows color (decimal): -8539116 or 1356925. OLE color: 1356925.

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

Color convert

RGB 125 180 20 -
CMYK 0.31 0 0.89 0.29
HSL 80.63º 0.8% 0.39% -
HSV(B) 80.63º 0.89% 0.71% -
XYZ 24.9 37.05 6.5 -
YUV 145.32 57.28 113.51 -
System Red Green Blue C M Y K H S L
Decimal 125 180 20 0.31 0 0.89 0.29 80.63 0.8 0.39
Hex 7D B4 14 1F 0 59 1D 51 50 27
Octal 175 264 24 37 0 131 35 121 120 47
Binary 1111101 10110100 10100 11111 0 1011001 11101 1010001 1010000 100111

Color Harmonies of #7DB414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB414

Black with #7DB414

Text Example


Text Example

White with #7DB414

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,180,20); }

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

background-color css

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

 a { background-color: rgb(125,180,20); }

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

border-color css

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

 span { border-color: rgb(125,180,20); }

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