Html Css Color HEX #7DC820 Lima

📋 copy color: '#7DC820'

red 125 ◦ green 200 ◦ blue 32

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

Shades of Lima #7DC820

Tints of Lima #7DC820

RGB

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

 GREEN value IS 200 (78.52% from 255) = 56.02%

 BLUE value IS 32 (12.89% from 255) = 8.96%

R = 35.01%
G = 56.02%
B = 8.96%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#7DC820 (or 0x7DC820) is known color: Lima. HEX triplet: 7D, C8 and 20. RGB value is (125,200,32). Sum of RGB (Red+Green+Blue) = 125+200+32=357 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.01% from 357); Green value is 200 (78.52% from 255 or 56.02% from 357); Blue value is 32 (12.89% from 255 or 8.96% from 357); Max value from RGB is 200 - color contains mainly: green. Hex color #7DC820 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC820 is #8237DF. Grayscale: #9F9F9F. Windows color (decimal): -8533984 or 2148477. OLE color: 2148477.

HSL color Cylindrical-coordinate representation of color #7DC820: hue angle of 86.79º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7DC820 is Cyan = 0.38, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 125 200 32 -
CMYK 0.38 0 0.84 0.22
HSL 86.79º 0.72% 0.45% -
HSV(B) 86.79º 0.84% 0.78% -
XYZ 29.37 45.77 8.65 -
YUV 158.42 56.65 104.16 -
System Red Green Blue C M Y K H S L
Decimal 125 200 32 0.38 0 0.84 0.22 86.79 0.72 0.45
Hex 7D C8 20 26 0 54 16 57 48 2D
Octal 175 310 40 46 0 124 26 127 110 55
Binary 1111101 11001000 100000 100110 0 1010100 10110 1010111 1001000 101101

Color Harmonies of #7DC820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC820

Black with #7DC820

Text Example


Text Example

White with #7DC820

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,200,32); }

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

background-color css

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

 a { background-color: rgb(125,200,32); }

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

border-color css

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

 span { border-color: rgb(125,200,32); }

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