Html Css Color HEX #7DB716 Lima

📋 copy color: '#7DB716'

red 125 ◦ green 183 ◦ blue 22

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

Shades of Lima #7DB716

Tints of Lima #7DB716

RGB

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

 GREEN value IS 183 (71.88% from 255) = 55.45%

 BLUE value IS 22 (8.98% from 255) = 6.67%

R = 37.88%
G = 55.45%
B = 6.67%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#7DB716 (or 0x7DB716) is known color: Lima. HEX triplet: 7D, B7 and 16. RGB value is (125,183,22). Sum of RGB (Red+Green+Blue) = 125+183+22=330 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.88% from 330); Green value is 183 (71.88% from 255 or 55.45% from 330); Blue value is 22 (8.98% from 255 or 6.67% from 330); Max value from RGB is 183 - color contains mainly: green. Hex color #7DB716 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DB716 is #8248E9. Grayscale: #939393. Windows color (decimal): -8538346 or 1488765. OLE color: 1488765.

HSL color Cylindrical-coordinate representation of color #7DB716: hue angle of 81.61º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7DB716 is Cyan = 0.32, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.28.

Color convert

RGB 125 183 22 -
CMYK 0.32 0 0.88 0.28
HSL 81.61º 0.79% 0.4% -
HSV(B) 81.61º 0.88% 0.72% -
XYZ 25.54 38.28 6.8 -
YUV 147.3 57.28 112.09 -
System Red Green Blue C M Y K H S L
Decimal 125 183 22 0.32 0 0.88 0.28 81.61 0.79 0.4
Hex 7D B7 16 20 0 58 1C 52 4F 28
Octal 175 267 26 40 0 130 34 122 117 50
Binary 1111101 10110111 10110 100000 0 1011000 11100 1010010 1001111 101000

Color Harmonies of #7DB716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB716

Black with #7DB716

Text Example


Text Example

White with #7DB716

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,183,22); }

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

background-color css

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

 a { background-color: rgb(125,183,22); }

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

border-color css

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

 span { border-color: rgb(125,183,22); }

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