#7DBA35

Color #7DBA35 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #7DBA35

Tints of Lima #7DBA35

Color information

#7DBA35 (or 0x7DBA35) is unknown color: approx Lima. HEX triplet: 7D, BA and 35. RGB value is (125,186,53). Sum of RGB (Red+Green+Blue) = 125+186+53=364 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.34% from 364); Green value is 186 (73.05% from 255 or 51.10% from 364); Blue value is 53 (21.09% from 255 or 14.56% from 364); Max value from RGB is 186 - color contains mainly: green. Hex color #7DBA35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBA35 is #8245CA. Grayscale: #999999. Windows color (decimal): -8537547 or 3521149. OLE color: 3521149.

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

Color convert

RGB12518653-
CMYK0.3300.720.27
HSL87.52º55.65%46.86%-
HSV(B)87.52º71.51%72.94%-
XYZ26.6639.739.63-
YUV152.671.79108.31-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 34.34%
GREEN value IS 186 (73.05% from 255) = 51.10%
BLUE value IS 53 (21.09% from 255) = 14.56%
R=34.34%
G=51.10%
B=14.56%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal125186530.3300.720.2787.5255.6546.86
Hex7DBA35210481B58382f
Octal17527265410110331307057
Binary11111011011101011010110000101001000110111011000111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBA35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7DBA35;
 }
 .AnyTagClassName
 {
   color: #7DBA35;
 }
</style>
background-color css

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

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

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

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

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

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