Html Css Color HEX #7DB10A Lima

📋 copy color: '#7DB10A'

red 125 ◦ green 177 ◦ blue 10

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

Shades of Lima #7DB10A

Tints of Lima #7DB10A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.21%

R = 40.06%
G = 56.73%
B = 3.21%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#7DB10A (or 0x7DB10A) is known color: Lima. HEX triplet: 7D, B1 and 0A. RGB value is (125,177,10). Sum of RGB (Red+Green+Blue) = 125+177+10=312 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.06% from 312); Green value is 177 (69.53% from 255 or 56.73% from 312); Blue value is 10 (4.30% from 255 or 3.21% from 312); Max value from RGB is 177 - color contains mainly: green. Hex color #7DB10A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DB10A is #824EF5. Grayscale: #8F8F8F. Windows color (decimal): -8539894 or 700797. OLE color: 700797.

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

Color convert

RGB 125 177 10 -
CMYK 0.29 0 0.94 0.31
HSL 78.68º 0.89% 0.37% -
HSV(B) 78.68º 0.94% 0.69% -
XYZ 24.23 35.83 5.93 -
YUV 142.41 53.27 115.58 -
System Red Green Blue C M Y K H S L
Decimal 125 177 10 0.29 0 0.94 0.31 78.68 0.89 0.37
Hex 7D B1 A 1D 0 5E 1F 4F 59 25
Octal 175 261 12 35 0 136 37 117 131 45
Binary 1111101 10110001 1010 11101 0 1011110 11111 1001111 1011001 100101

Color Harmonies of #7DB10A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB10A

Black with #7DB10A

Text Example


Text Example

White with #7DB10A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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