Html Css Color HEX #80BF89 De York

📋 copy color: '#80BF89'

red 128 ◦ green 191 ◦ blue 137

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

Shades of De York #80BF89

Tints of De York #80BF89

RGB

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

 GREEN value IS 191 (75% from 255) = 41.89%

 BLUE value IS 137 (53.91% from 255) = 30.04%

R = 28.07%
G = 41.89%
B = 30.04%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#80BF89 (or 0x80BF89) is known color: De York. HEX triplet: 80, BF and 89. RGB value is (128,191,137). Sum of RGB (Red+Green+Blue) = 128+191+137=456 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.07% from 456); Green value is 191 (75% from 255 or 41.89% from 456); Blue value is 137 (53.91% from 255 or 30.04% from 456); Max value from RGB is 191 - color contains mainly: green. Hex color #80BF89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BF89 is #7F4076. Grayscale: #A6A6A6. Windows color (decimal): -8339575 or 9027456. OLE color: 9027456.

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

Color convert

RGB 128 191 137 -
CMYK 0.33 0 0.28 0.25
HSL 128.57º 0.33% 0.63% -
HSV(B) 128.57º 0.33% 0.75% -
XYZ 32.05 43.66 30.4 -
YUV 166.01 111.63 100.89 -
System Red Green Blue C M Y K H S L
Decimal 128 191 137 0.33 0 0.28 0.25 128.57 0.33 0.63
Hex 80 BF 89 21 0 1C 19 81 21 3F
Octal 200 277 211 41 0 34 31 201 41 77
Binary 10000000 10111111 10001001 100001 0 11100 11001 10000001 100001 111111

Color Harmonies of #80BF89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BF89

Black with #80BF89

Text Example


Text Example

White with #80BF89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,191,137); }

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

background-color css

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

 a { background-color: rgb(128,191,137); }

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

border-color css

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

 span { border-color: rgb(128,191,137); }

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