Html Css Color HEX #7DB735 Lima

📋 copy color: '#7DB735'

red 125 ◦ green 183 ◦ blue 53

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

Shades of Lima #7DB735

Tints of Lima #7DB735

RGB

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

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

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

R = 34.63%
G = 50.69%
B = 14.68%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.71

 K value IS 0.28

RGB Variations

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

Color information

#7DB735 (or 0x7DB735) is known color: Lima. HEX triplet: 7D, B7 and 35. RGB value is (125,183,53). Sum of RGB (Red+Green+Blue) = 125+183+53=361 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.63% from 361); Green value is 183 (71.88% from 255 or 50.69% from 361); Blue value is 53 (21.09% from 255 or 14.68% from 361); Max value from RGB is 183 - color contains mainly: green. Hex color #7DB735 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB735 is #8248CA. Grayscale: #979797. Windows color (decimal): -8538315 or 3520381. OLE color: 3520381.

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

Color convert

RGB 125 183 53 -
CMYK 0.32 0 0.71 0.28
HSL 86.77º 0.55% 0.46% -
HSV(B) 86.77º 0.71% 0.72% -
XYZ 26.03 38.48 9.42 -
YUV 150.84 72.78 109.57 -
System Red Green Blue C M Y K H S L
Decimal 125 183 53 0.32 0 0.71 0.28 86.77 0.55 0.46
Hex 7D B7 35 20 0 47 1C 57 37 2E
Octal 175 267 65 40 0 107 34 127 67 56
Binary 1111101 10110111 110101 100000 0 1000111 11100 1010111 110111 101110

Color Harmonies of #7DB735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB735

Black with #7DB735

Text Example


Text Example

White with #7DB735

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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