Html Css Color HEX #80BE7E De York

📋 copy color: '#80BE7E'

red 128 ◦ green 190 ◦ blue 126

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

Shades of De York #80BE7E

Tints of De York #80BE7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 28.38%

R = 28.83%
G = 42.79%
B = 28.38%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#80BE7E (or 0x80BE7E) is known color: De York. HEX triplet: 80, BE and 7E. RGB value is (128,190,126). Sum of RGB (Red+Green+Blue) = 128+190+126=444 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.83% from 444); Green value is 190 (74.61% from 255 or 42.79% from 444); Blue value is 126 (49.61% from 255 or 28.38% from 444); Max value from RGB is 190 - color contains mainly: green. Hex color #80BE7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BE7E is #7F4181. Grayscale: #A4A4A4. Windows color (decimal): -8339842 or 8306304. OLE color: 8306304.

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

Color convert

RGB 128 190 126 -
CMYK 0.33 0 0.34 0.25
HSL 118.13º 0.33% 0.62% -
HSV(B) 118.13º 0.34% 0.75% -
XYZ 31.08 42.92 26.39 -
YUV 164.17 106.46 102.2 -
System Red Green Blue C M Y K H S L
Decimal 128 190 126 0.33 0 0.34 0.25 118.13 0.33 0.62
Hex 80 BE 7E 21 0 22 19 76 21 3E
Octal 200 276 176 41 0 42 31 166 41 76
Binary 10000000 10111110 1111110 100001 0 100010 11001 1110110 100001 111110

Color Harmonies of #80BE7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BE7E

Black with #80BE7E

Text Example


Text Example

White with #80BE7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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