Html Css Color HEX #7DBA38 Lima

📋 copy color: '#7DBA38'

red 125 ◦ green 186 ◦ blue 56

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

Shades of Lima #7DBA38

Tints of Lima #7DBA38

RGB

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

 GREEN value IS 186 (73.05% from 255) = 50.68%

 BLUE value IS 56 (22.27% from 255) = 15.26%

R = 34.06%
G = 50.68%
B = 15.26%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#7DBA38 (or 0x7DBA38) is known color: Lima. HEX triplet: 7D, BA and 38. RGB value is (125,186,56). Sum of RGB (Red+Green+Blue) = 125+186+56=367 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.06% from 367); Green value is 186 (73.05% from 255 or 50.68% from 367); Blue value is 56 (22.27% from 255 or 15.26% from 367); Max value from RGB is 186 - color contains mainly: green. Hex color #7DBA38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBA38 is #8245C7. Grayscale: #999999. Windows color (decimal): -8537544 or 3717757. OLE color: 3717757.

HSL color Cylindrical-coordinate representation of color #7DBA38: hue angle of 88.15º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7DBA38 is Cyan = 0.33, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 125 186 56 -
CMYK 0.33 0 0.70 0.27
HSL 88.15º 0.54% 0.47% -
HSV(B) 88.15º 0.7% 0.73% -
XYZ 26.73 39.76 10.01 -
YUV 152.94 73.29 108.07 -
System Red Green Blue C M Y K H S L
Decimal 125 186 56 0.33 0 0.70 0.27 88.15 0.54 0.47
Hex 7D BA 38 21 0 46 1B 58 36 2F
Octal 175 272 70 41 0 106 33 130 66 57
Binary 1111101 10111010 111000 100001 0 1000110 11011 1011000 110110 101111

Color Harmonies of #7DBA38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBA38

Black with #7DBA38

Text Example


Text Example

White with #7DBA38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,186,56); }

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

background-color css

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

 a { background-color: rgb(125,186,56); }

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

border-color css

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

 span { border-color: rgb(125,186,56); }

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