Html Css Color HEX #7DB913 Lima

📋 copy color: '#7DB913'

red 125 ◦ green 185 ◦ blue 19

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

Shades of Lima #7DB913

Tints of Lima #7DB913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.78%

R = 37.99%
G = 56.23%
B = 5.78%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#7DB913 (or 0x7DB913) is known color: Lima. HEX triplet: 7D, B9 and 13. RGB value is (125,185,19). Sum of RGB (Red+Green+Blue) = 125+185+19=329 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.99% from 329); Green value is 185 (72.66% from 255 or 56.23% from 329); Blue value is 19 (7.81% from 255 or 5.78% from 329); Max value from RGB is 185 - color contains mainly: green. Hex color #7DB913 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DB913 is #8246EC. Grayscale: #949494. Windows color (decimal): -8537837 or 1292669. OLE color: 1292669.

HSL color Cylindrical-coordinate representation of color #7DB913: hue angle of 81.69º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7DB913 is Cyan = 0.32, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 125 185 19 -
CMYK 0.32 0 0.90 0.27
HSL 81.69º 0.81% 0.4% -
HSV(B) 81.69º 0.9% 0.73% -
XYZ 25.92 39.1 6.8 -
YUV 148.14 55.12 111.5 -
System Red Green Blue C M Y K H S L
Decimal 125 185 19 0.32 0 0.90 0.27 81.69 0.81 0.4
Hex 7D B9 13 20 0 5A 1B 52 51 28
Octal 175 271 23 40 0 132 33 122 121 50
Binary 1111101 10111001 10011 100000 0 1011010 11011 1010010 1010001 101000

Color Harmonies of #7DB913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB913

Black with #7DB913

Text Example


Text Example

White with #7DB913

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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