Html Css Color HEX #7DB613 Lima

📋 copy color: '#7DB613'

red 125 ◦ green 182 ◦ blue 19

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

Shades of Lima #7DB613

Tints of Lima #7DB613

RGB

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

 GREEN value IS 182 (71.48% from 255) = 55.83%

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

R = 38.34%
G = 55.83%
B = 5.83%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#7DB613 (or 0x7DB613) is known color: Lima. HEX triplet: 7D, B6 and 13. RGB value is (125,182,19). Sum of RGB (Red+Green+Blue) = 125+182+19=326 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.34% from 326); Green value is 182 (71.48% from 255 or 55.83% from 326); Blue value is 19 (7.81% from 255 or 5.83% from 326); Max value from RGB is 182 - color contains mainly: green. Hex color #7DB613 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DB613 is #8249EC. Grayscale: #929292. Windows color (decimal): -8538605 or 1291901. OLE color: 1291901.

HSL color Cylindrical-coordinate representation of color #7DB613: hue angle of 80.98º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7DB613 is Cyan = 0.31, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 125 182 19 -
CMYK 0.31 0 0.90 0.29
HSL 80.98º 0.81% 0.39% -
HSV(B) 80.98º 0.9% 0.71% -
XYZ 25.3 37.86 6.59 -
YUV 146.38 56.12 112.75 -
System Red Green Blue C M Y K H S L
Decimal 125 182 19 0.31 0 0.90 0.29 80.98 0.81 0.39
Hex 7D B6 13 1F 0 5A 1D 51 51 27
Octal 175 266 23 37 0 132 35 121 121 47
Binary 1111101 10110110 10011 11111 0 1011010 11101 1010001 1010001 100111

Color Harmonies of #7DB613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB613

Black with #7DB613

Text Example


Text Example

White with #7DB613

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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