Html Css Color HEX #7DB117 Lima

📋 copy color: '#7DB117'

red 125 ◦ green 177 ◦ blue 23

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

Shades of Lima #7DB117

Tints of Lima #7DB117

RGB

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

 GREEN value IS 177 (69.53% from 255) = 54.46%

 BLUE value IS 23 (9.38% from 255) = 7.08%

R = 38.46%
G = 54.46%
B = 7.08%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#7DB117 (or 0x7DB117) is known color: Lima. HEX triplet: 7D, B1 and 17. RGB value is (125,177,23). Sum of RGB (Red+Green+Blue) = 125+177+23=325 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.46% from 325); Green value is 177 (69.53% from 255 or 54.46% from 325); Blue value is 23 (9.38% from 255 or 7.08% from 325); Max value from RGB is 177 - color contains mainly: green. Hex color #7DB117 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DB117 is #824EE8. Grayscale: #909090. Windows color (decimal): -8539881 or 1552765. OLE color: 1552765.

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

Color convert

RGB 125 177 23 -
CMYK 0.29 0 0.87 0.31
HSL 80.26º 0.77% 0.39% -
HSV(B) 80.26º 0.87% 0.69% -
XYZ 24.33 35.87 6.45 -
YUV 143.9 59.77 114.52 -
System Red Green Blue C M Y K H S L
Decimal 125 177 23 0.29 0 0.87 0.31 80.26 0.77 0.39
Hex 7D B1 17 1D 0 57 1F 50 4D 27
Octal 175 261 27 35 0 127 37 120 115 47
Binary 1111101 10110001 10111 11101 0 1010111 11111 1010000 1001101 100111

Color Harmonies of #7DB117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB117

Black with #7DB117

Text Example


Text Example

White with #7DB117

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,177,23); }

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

background-color css

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

 a { background-color: rgb(125,177,23); }

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

border-color css

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

 span { border-color: rgb(125,177,23); }

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