Html Css Color HEX #7DB719 Lima

📋 copy color: '#7DB719'

red 125 ◦ green 183 ◦ blue 25

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

Shades of Lima #7DB719

Tints of Lima #7DB719

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.51%

R = 37.54%
G = 54.95%
B = 7.51%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#7DB719 (or 0x7DB719) is known color: Lima. HEX triplet: 7D, B7 and 19. RGB value is (125,183,25). Sum of RGB (Red+Green+Blue) = 125+183+25=333 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.54% from 333); Green value is 183 (71.88% from 255 or 54.95% from 333); Blue value is 25 (10.16% from 255 or 7.51% from 333); Max value from RGB is 183 - color contains mainly: green. Hex color #7DB719 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DB719 is #8248E6. Grayscale: #949494. Windows color (decimal): -8538343 or 1685373. OLE color: 1685373.

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

Color convert

RGB 125 183 25 -
CMYK 0.32 0 0.86 0.28
HSL 82.03º 0.76% 0.41% -
HSV(B) 82.03º 0.86% 0.72% -
XYZ 25.57 38.3 6.96 -
YUV 147.65 58.78 111.85 -
System Red Green Blue C M Y K H S L
Decimal 125 183 25 0.32 0 0.86 0.28 82.03 0.76 0.41
Hex 7D B7 19 20 0 56 1C 52 4C 29
Octal 175 267 31 40 0 126 34 122 114 51
Binary 1111101 10110111 11001 100000 0 1010110 11100 1010010 1001100 101001

Color Harmonies of #7DB719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB719

Black with #7DB719

Text Example


Text Example

White with #7DB719

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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