Html Css Color HEX #7DB934 Lima

📋 copy color: '#7DB934'

red 125 ◦ green 185 ◦ blue 52

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

Shades of Lima #7DB934

Tints of Lima #7DB934

RGB

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

 GREEN value IS 185 (72.66% from 255) = 51.1%

 BLUE value IS 52 (20.7% from 255) = 14.36%

R = 34.53%
G = 51.1%
B = 14.36%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#7DB934 (or 0x7DB934) is known color: Lima. HEX triplet: 7D, B9 and 34. RGB value is (125,185,52). Sum of RGB (Red+Green+Blue) = 125+185+52=362 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.53% from 362); Green value is 185 (72.66% from 255 or 51.10% from 362); Blue value is 52 (20.70% from 255 or 14.36% from 362); Max value from RGB is 185 - color contains mainly: green. Hex color #7DB934 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB934 is #8246CB. Grayscale: #989898. Windows color (decimal): -8537804 or 3455357. OLE color: 3455357.

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

Color convert

RGB 125 185 52 -
CMYK 0.32 0 0.72 0.27
HSL 87.07º 0.56% 0.46% -
HSV(B) 87.07º 0.72% 0.73% -
XYZ 26.43 39.31 9.44 -
YUV 151.9 71.62 108.81 -
System Red Green Blue C M Y K H S L
Decimal 125 185 52 0.32 0 0.72 0.27 87.07 0.56 0.46
Hex 7D B9 34 20 0 48 1B 57 38 2E
Octal 175 271 64 40 0 110 33 127 70 56
Binary 1111101 10111001 110100 100000 0 1001000 11011 1010111 111000 101110

Color Harmonies of #7DB934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB934

Black with #7DB934

Text Example


Text Example

White with #7DB934

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,185,52); }

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

background-color css

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

 a { background-color: rgb(125,185,52); }

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

border-color css

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

 span { border-color: rgb(125,185,52); }

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