Html Css Color HEX #7DB910 Lima

📋 copy color: '#7DB910'

red 125 ◦ green 185 ◦ blue 16

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

Shades of Lima #7DB910

Tints of Lima #7DB910

RGB

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

 GREEN value IS 185 (72.66% from 255) = 56.75%

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

R = 38.34%
G = 56.75%
B = 4.91%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#7DB910 (or 0x7DB910) is known color: Lima. HEX triplet: 7D, B9 and 10. RGB value is (125,185,16). Sum of RGB (Red+Green+Blue) = 125+185+16=326 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.34% from 326); Green value is 185 (72.66% from 255 or 56.75% from 326); Blue value is 16 (6.64% from 255 or 4.91% from 326); Max value from RGB is 185 - color contains mainly: green. Hex color #7DB910 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DB910 is #8246EF. Grayscale: #949494. Windows color (decimal): -8537840 or 1096061. OLE color: 1096061.

HSL color Cylindrical-coordinate representation of color #7DB910: hue angle of 81.3º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7DB910 is Cyan = 0.32, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 125 185 16 -
CMYK 0.32 0 0.91 0.27
HSL 81.3º 0.84% 0.39% -
HSV(B) 81.3º 0.91% 0.73% -
XYZ 25.9 39.1 6.67 -
YUV 147.79 53.62 111.74 -
System Red Green Blue C M Y K H S L
Decimal 125 185 16 0.32 0 0.91 0.27 81.3 0.84 0.39
Hex 7D B9 10 20 0 5B 1B 51 54 27
Octal 175 271 20 40 0 133 33 121 124 47
Binary 1111101 10111001 10000 100000 0 1011011 11011 1010001 1010100 100111

Color Harmonies of #7DB910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB910

Black with #7DB910

Text Example


Text Example

White with #7DB910

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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