Html Css Color HEX #7DB10F Lima

📋 copy color: '#7DB10F'

red 125 ◦ green 177 ◦ blue 15

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

Shades of Lima #7DB10F

Tints of Lima #7DB10F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.73%

R = 39.43%
G = 55.84%
B = 4.73%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#7DB10F (or 0x7DB10F) is known color: Lima. HEX triplet: 7D, B1 and 0F. RGB value is (125,177,15). Sum of RGB (Red+Green+Blue) = 125+177+15=317 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.43% from 317); Green value is 177 (69.53% from 255 or 55.84% from 317); Blue value is 15 (6.25% from 255 or 4.73% from 317); Max value from RGB is 177 - color contains mainly: green. Hex color #7DB10F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DB10F is #824EF0. Grayscale: #8F8F8F. Windows color (decimal): -8539889 or 1028477. OLE color: 1028477.

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

Color convert

RGB 125 177 15 -
CMYK 0.29 0 0.92 0.31
HSL 79.26º 0.84% 0.38% -
HSV(B) 79.26º 0.92% 0.69% -
XYZ 24.27 35.84 6.09 -
YUV 142.98 55.77 115.17 -
System Red Green Blue C M Y K H S L
Decimal 125 177 15 0.29 0 0.92 0.31 79.26 0.84 0.38
Hex 7D B1 F 1D 0 5C 1F 4F 54 26
Octal 175 261 17 35 0 134 37 117 124 46
Binary 1111101 10110001 1111 11101 0 1011100 11111 1001111 1010100 100110

Color Harmonies of #7DB10F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB10F

Black with #7DB10F

Text Example


Text Example

White with #7DB10F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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