Html Css Color HEX #80BF8A De York

📋 copy color: '#80BF8A'

red 128 ◦ green 191 ◦ blue 138

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

Shades of De York #80BF8A

Tints of De York #80BF8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.2%

R = 28.01%
G = 41.79%
B = 30.2%

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

#80BF8A (or 0x80BF8A) is known color: De York. HEX triplet: 80, BF and 8A. RGB value is (128,191,138). Sum of RGB (Red+Green+Blue) = 128+191+138=457 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.01% from 457); Green value is 191 (75% from 255 or 41.79% from 457); Blue value is 138 (54.30% from 255 or 30.20% from 457); Max value from RGB is 191 - color contains mainly: green. Hex color #80BF8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BF8A is #7F4075. Grayscale: #A6A6A6. Windows color (decimal): -8339574 or 9092992. OLE color: 9092992.

HSL color Cylindrical-coordinate representation of color #80BF8A: hue angle of 129.52º 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 #80BF8A is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 191 138 -
CMYK 0.33 0 0.28 0.25
HSL 129.52º 0.33% 0.63% -
HSV(B) 129.52º 0.33% 0.75% -
XYZ 32.12 43.69 30.78 -
YUV 166.12 112.13 100.81 -
System Red Green Blue C M Y K H S L
Decimal 128 191 138 0.33 0 0.28 0.25 129.52 0.33 0.63
Hex 80 BF 8A 21 0 1C 19 82 21 3F
Octal 200 277 212 41 0 34 31 202 41 77
Binary 10000000 10111111 10001010 100001 0 11100 11001 10000010 100001 111111

Color Harmonies of #80BF8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BF8A

Black with #80BF8A

Text Example


Text Example

White with #80BF8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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