Html Css Color HEX #80BE82 De York

📋 copy color: '#80BE82'

red 128 ◦ green 190 ◦ blue 130

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

Shades of De York #80BE82

Tints of De York #80BE82

RGB

 RED value IS 128 (50.39% from 255) = 28.57%

 GREEN value IS 190 (74.61% from 255) = 42.41%

 BLUE value IS 130 (51.17% from 255) = 29.02%

R = 28.57%
G = 42.41%
B = 29.02%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#80BE82 (or 0x80BE82) is known color: De York. HEX triplet: 80, BE and 82. RGB value is (128,190,130). Sum of RGB (Red+Green+Blue) = 128+190+130=448 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.57% from 448); Green value is 190 (74.61% from 255 or 42.41% from 448); Blue value is 130 (51.17% from 255 or 29.02% from 448); Max value from RGB is 190 - color contains mainly: green. Hex color #80BE82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BE82 is #7F417D. Grayscale: #A4A4A4. Windows color (decimal): -8339838 or 8568448. OLE color: 8568448.

HSL color Cylindrical-coordinate representation of color #80BE82: hue angle of 121.94º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #80BE82 is Cyan = 0.33, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 190 130 -
CMYK 0.33 0 0.32 0.25
HSL 121.94º 0.32% 0.62% -
HSV(B) 121.94º 0.33% 0.75% -
XYZ 31.34 43.03 27.77 -
YUV 164.62 108.46 101.88 -
System Red Green Blue C M Y K H S L
Decimal 128 190 130 0.33 0 0.32 0.25 121.94 0.32 0.62
Hex 80 BE 82 21 0 20 19 7A 20 3E
Octal 200 276 202 41 0 40 31 172 40 76
Binary 10000000 10111110 10000010 100001 0 100000 11001 1111010 100000 111110

Color Harmonies of #80BE82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BE82

Black with #80BE82

Text Example


Text Example

White with #80BE82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80BE82; }

 p { color: rgb(128,190,130); }

 H1.HeaderClassName
 {
   color: #80BE82;
 }
 .AnyTagClassName
 {
   color: #80BE82;
 }
</style>

background-color css

<style>
 a { background-color: #80BE82; }

 a { background-color: rgb(128,190,130); }

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

border-color css

<style>
 span { border-color: #80BE82; }

 span { border-color: rgb(128,190,130); }

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