Html Css Color HEX #7DB106 Lima

📋 copy color: '#7DB106'

red 125 ◦ green 177 ◦ blue 6

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

Shades of Lima #7DB106

Tints of Lima #7DB106

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.95%

R = 40.58%
G = 57.47%
B = 1.95%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#7DB106 (or 0x7DB106) is known color: Lima. HEX triplet: 7D, B1 and 06. RGB value is (125,177,6). Sum of RGB (Red+Green+Blue) = 125+177+6=308 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.58% from 308); Green value is 177 (69.53% from 255 or 57.47% from 308); Blue value is 6 (2.73% from 255 or 1.95% from 308); Max value from RGB is 177 - color contains mainly: green. Hex color #7DB106 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DB106 is #824EF9. Grayscale: #8E8E8E. Windows color (decimal): -8539898 or 438653. OLE color: 438653.

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

Color convert

RGB 125 177 6 -
CMYK 0.29 0 0.97 0.31
HSL 78.25º 0.93% 0.36% -
HSV(B) 78.25º 0.97% 0.69% -
XYZ 24.21 35.82 5.81 -
YUV 141.96 51.27 115.9 -
System Red Green Blue C M Y K H S L
Decimal 125 177 6 0.29 0 0.97 0.31 78.25 0.93 0.36
Hex 7D B1 6 1D 0 61 1F 4E 5D 24
Octal 175 261 6 35 0 141 37 116 135 44
Binary 1111101 10110001 110 11101 0 1100001 11111 1001110 1011101 100100

Color Harmonies of #7DB106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB106

Black with #7DB106

Text Example


Text Example

White with #7DB106

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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