Html Css Color HEX #7DC532 Lima

📋 copy color: '#7DC532'

red 125 ◦ green 197 ◦ blue 50

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

Shades of Lima #7DC532

Tints of Lima #7DC532

RGB

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

 GREEN value IS 197 (77.34% from 255) = 52.96%

 BLUE value IS 50 (19.92% from 255) = 13.44%

R = 33.6%
G = 52.96%
B = 13.44%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#7DC532 (or 0x7DC532) is known color: Lima. HEX triplet: 7D, C5 and 32. RGB value is (125,197,50). Sum of RGB (Red+Green+Blue) = 125+197+50=372 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.60% from 372); Green value is 197 (77.34% from 255 or 52.96% from 372); Blue value is 50 (19.92% from 255 or 13.44% from 372); Max value from RGB is 197 - color contains mainly: green. Hex color #7DC532 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC532 is #823ACD. Grayscale: #9F9F9F. Windows color (decimal): -8534734 or 3327357. OLE color: 3327357.

HSL color Cylindrical-coordinate representation of color #7DC532: hue angle of 89.39º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7DC532 is Cyan = 0.37, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.23.

Color convert

RGB 125 197 50 -
CMYK 0.37 0 0.75 0.23
HSL 89.39º 0.6% 0.48% -
HSV(B) 89.39º 0.75% 0.77% -
XYZ 29 44.52 10.08 -
YUV 158.71 66.65 103.95 -
System Red Green Blue C M Y K H S L
Decimal 125 197 50 0.37 0 0.75 0.23 89.39 0.6 0.48
Hex 7D C5 32 25 0 4B 17 59 3C 30
Octal 175 305 62 45 0 113 27 131 74 60
Binary 1111101 11000101 110010 100101 0 1001011 10111 1011001 111100 110000

Color Harmonies of #7DC532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC532

Black with #7DC532

Text Example


Text Example

White with #7DC532

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,197,50); }

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

background-color css

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

 a { background-color: rgb(125,197,50); }

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

border-color css

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

 span { border-color: rgb(125,197,50); }

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