Html Css Color HEX #7DB110 Lima

📋 copy color: '#7DB110'

red 125 ◦ green 177 ◦ blue 16

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

Shades of Lima #7DB110

Tints of Lima #7DB110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.03%

R = 39.31%
G = 55.66%
B = 5.03%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#7DB110 (or 0x7DB110) is known color: Lima. HEX triplet: 7D, B1 and 10. RGB value is (125,177,16). Sum of RGB (Red+Green+Blue) = 125+177+16=318 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.31% from 318); Green value is 177 (69.53% from 255 or 55.66% from 318); Blue value is 16 (6.64% from 255 or 5.03% from 318); Max value from RGB is 177 - color contains mainly: green. Hex color #7DB110 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DB110 is #824EEF. Grayscale: #8F8F8F. Windows color (decimal): -8539888 or 1094013. OLE color: 1094013.

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

Color convert

RGB 125 177 16 -
CMYK 0.29 0 0.91 0.31
HSL 79.38º 0.83% 0.38% -
HSV(B) 79.38º 0.91% 0.69% -
XYZ 24.27 35.84 6.13 -
YUV 143.1 56.27 115.09 -
System Red Green Blue C M Y K H S L
Decimal 125 177 16 0.29 0 0.91 0.31 79.38 0.83 0.38
Hex 7D B1 10 1D 0 5B 1F 4F 53 26
Octal 175 261 20 35 0 133 37 117 123 46
Binary 1111101 10110001 10000 11101 0 1011011 11111 1001111 1010011 100110

Color Harmonies of #7DB110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB110

Black with #7DB110

Text Example


Text Example

White with #7DB110

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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