Html Css Color HEX #7DB280 Envy

📋 copy color: '#7DB280'

red 125 ◦ green 178 ◦ blue 128

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

Shades of Envy #7DB280

Tints of Envy #7DB280

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.3%

 BLUE value IS 128 (50.39% from 255) = 29.7%

R = 29%
G = 41.3%
B = 29.7%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#7DB280 (or 0x7DB280) is known color: Envy. HEX triplet: 7D, B2 and 80. RGB value is (125,178,128). Sum of RGB (Red+Green+Blue) = 125+178+128=431 (57% of max value = 765). Red value is 125 (49.22% from 255 or 29.00% from 431); Green value is 178 (69.92% from 255 or 41.30% from 431); Blue value is 128 (50.39% from 255 or 29.70% from 431); Max value from RGB is 178 - color contains mainly: green. Hex color #7DB280 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DB280 is #824D7F. Grayscale: #9C9C9C. Windows color (decimal): -8539520 or 8434301. OLE color: 8434301.

HSL color Cylindrical-coordinate representation of color #7DB280: hue angle of 123.4º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7DB280 is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB 125 178 128 -
CMYK 0.30 0 0.28 0.30
HSL 123.4º 0.26% 0.59% -
HSV(B) 123.4º 0.3% 0.7% -
XYZ 28.27 37.76 26.22 -
YUV 156.45 111.94 105.57 -
System Red Green Blue C M Y K H S L
Decimal 125 178 128 0.30 0 0.28 0.30 123.4 0.26 0.59
Hex 7D B2 80 1E 0 1C 1E 7B 1A 3B
Octal 175 262 200 36 0 34 36 173 32 73
Binary 1111101 10110010 10000000 11110 0 11100 11110 1111011 11010 111011

Color Harmonies of #7DB280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB280

Black with #7DB280

Text Example


Text Example

White with #7DB280

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,178,128); }

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

background-color css

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

 a { background-color: rgb(125,178,128); }

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

border-color css

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

 span { border-color: rgb(125,178,128); }

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