Html Css Color HEX #7DB614 Lima

📋 copy color: '#7DB614'

red 125 ◦ green 182 ◦ blue 20

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

Shades of Lima #7DB614

Tints of Lima #7DB614

RGB

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

 GREEN value IS 182 (71.48% from 255) = 55.66%

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

R = 38.23%
G = 55.66%
B = 6.12%

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

#7DB614 (or 0x7DB614) is known color: Lima. HEX triplet: 7D, B6 and 14. RGB value is (125,182,20). Sum of RGB (Red+Green+Blue) = 125+182+20=327 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.23% from 327); Green value is 182 (71.48% from 255 or 55.66% from 327); Blue value is 20 (8.20% from 255 or 6.12% from 327); Max value from RGB is 182 - color contains mainly: green. Hex color #7DB614 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DB614 is #8249EB. Grayscale: #939393. Windows color (decimal): -8538604 or 1357437. OLE color: 1357437.

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

Color convert

RGB 125 182 20 -
CMYK 0.31 0 0.89 0.29
HSL 81.11º 0.8% 0.4% -
HSV(B) 81.11º 0.89% 0.71% -
XYZ 25.31 37.87 6.64 -
YUV 146.49 56.62 112.67 -
System Red Green Blue C M Y K H S L
Decimal 125 182 20 0.31 0 0.89 0.29 81.11 0.8 0.4
Hex 7D B6 14 1F 0 59 1D 51 50 28
Octal 175 266 24 37 0 131 35 121 120 50
Binary 1111101 10110110 10100 11111 0 1011001 11101 1010001 1010000 101000

Color Harmonies of #7DB614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB614

Black with #7DB614

Text Example


Text Example

White with #7DB614

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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