Html Css Color HEX #7DBA35 Lima

📋 copy color: '#7DBA35'

red 125 ◦ green 186 ◦ blue 53

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

Shades of Lima #7DBA35

Tints of Lima #7DBA35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.56%

R = 34.34%
G = 51.1%
B = 14.56%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#7DBA35 (or 0x7DBA35) is known color: 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

RGB 125 186 53 -
CMYK 0.33 0 0.72 0.27
HSL 87.52º 0.56% 0.47% -
HSV(B) 87.52º 0.72% 0.73% -
XYZ 26.66 39.73 9.63 -
YUV 152.6 71.79 108.31 -
System Red Green Blue C M Y K H S L
Decimal 125 186 53 0.33 0 0.72 0.27 87.52 0.56 0.47
Hex 7D BA 35 21 0 48 1B 58 38 2F
Octal 175 272 65 41 0 110 33 130 70 57
Binary 1111101 10111010 110101 100001 0 1001000 11011 1011000 111000 101111

Color Harmonies of #7DBA35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBA35

Black with #7DBA35

Text Example


Text Example

White with #7DBA35

Text Example


Text Example

HTML Codes & Css Web 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>