Html Css Color HEX #7DB712 Lima

📋 copy color: '#7DB712'

red 125 ◦ green 183 ◦ blue 18

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

Shades of Lima #7DB712

Tints of Lima #7DB712

RGB

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

 GREEN value IS 183 (71.88% from 255) = 56.13%

 BLUE value IS 18 (7.42% from 255) = 5.52%

R = 38.34%
G = 56.13%
B = 5.52%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#7DB712 (or 0x7DB712) is known color: Lima. HEX triplet: 7D, B7 and 12. RGB value is (125,183,18). Sum of RGB (Red+Green+Blue) = 125+183+18=326 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.34% from 326); Green value is 183 (71.88% from 255 or 56.13% from 326); Blue value is 18 (7.42% from 255 or 5.52% from 326); Max value from RGB is 183 - color contains mainly: green. Hex color #7DB712 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DB712 is #8248ED. Grayscale: #939393. Windows color (decimal): -8538350 or 1226621. OLE color: 1226621.

HSL color Cylindrical-coordinate representation of color #7DB712: hue angle of 81.09º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7DB712 is Cyan = 0.32, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB 125 183 18 -
CMYK 0.32 0 0.90 0.28
HSL 81.09º 0.82% 0.39% -
HSV(B) 81.09º 0.9% 0.72% -
XYZ 25.5 38.27 6.62 -
YUV 146.85 55.28 112.42 -
System Red Green Blue C M Y K H S L
Decimal 125 183 18 0.32 0 0.90 0.28 81.09 0.82 0.39
Hex 7D B7 12 20 0 5A 1C 51 52 27
Octal 175 267 22 40 0 132 34 121 122 47
Binary 1111101 10110111 10010 100000 0 1011010 11100 1010001 1010010 100111

Color Harmonies of #7DB712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB712

Black with #7DB712

Text Example


Text Example

White with #7DB712

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,183,18); }

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

background-color css

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

 a { background-color: rgb(125,183,18); }

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

border-color css

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

 span { border-color: rgb(125,183,18); }

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