Html Css Color HEX #7DB919 Lima

📋 copy color: '#7DB919'

red 125 ◦ green 185 ◦ blue 25

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

Shades of Lima #7DB919

Tints of Lima #7DB919

RGB

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

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

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

R = 37.31%
G = 55.22%
B = 7.46%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#7DB919 (or 0x7DB919) is known color: Lima. HEX triplet: 7D, B9 and 19. RGB value is (125,185,25). Sum of RGB (Red+Green+Blue) = 125+185+25=335 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.31% from 335); Green value is 185 (72.66% from 255 or 55.22% from 335); Blue value is 25 (10.16% from 255 or 7.46% from 335); Max value from RGB is 185 - color contains mainly: green. Hex color #7DB919 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DB919 is #8246E6. Grayscale: #959595. Windows color (decimal): -8537831 or 1685885. OLE color: 1685885.

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

Color convert

RGB 125 185 25 -
CMYK 0.32 0 0.86 0.27
HSL 82.5º 0.76% 0.41% -
HSV(B) 82.5º 0.86% 0.73% -
XYZ 25.98 39.13 7.1 -
YUV 148.82 58.12 111.01 -
System Red Green Blue C M Y K H S L
Decimal 125 185 25 0.32 0 0.86 0.27 82.5 0.76 0.41
Hex 7D B9 19 20 0 56 1B 52 4C 29
Octal 175 271 31 40 0 126 33 122 114 51
Binary 1111101 10111001 11001 100000 0 1010110 11011 1010010 1001100 101001

Color Harmonies of #7DB919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB919

Black with #7DB919

Text Example


Text Example

White with #7DB919

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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