Html Css Color HEX #80BF8B De York

📋 copy color: '#80BF8B'

red 128 ◦ green 191 ◦ blue 139

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

Shades of De York #80BF8B

Tints of De York #80BF8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.35%

R = 27.95%
G = 41.7%
B = 30.35%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#80BF8B (or 0x80BF8B) is known color: De York. HEX triplet: 80, BF and 8B. RGB value is (128,191,139). Sum of RGB (Red+Green+Blue) = 128+191+139=458 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.95% from 458); Green value is 191 (75% from 255 or 41.70% from 458); Blue value is 139 (54.69% from 255 or 30.35% from 458); Max value from RGB is 191 - color contains mainly: green. Hex color #80BF8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BF8B is #7F4074. Grayscale: #A6A6A6. Windows color (decimal): -8339573 or 9158528. OLE color: 9158528.

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

Color convert

RGB 128 191 139 -
CMYK 0.33 0 0.27 0.25
HSL 130.48º 0.33% 0.63% -
HSV(B) 130.48º 0.33% 0.75% -
XYZ 32.19 43.71 31.17 -
YUV 166.24 112.63 100.73 -
System Red Green Blue C M Y K H S L
Decimal 128 191 139 0.33 0 0.27 0.25 130.48 0.33 0.63
Hex 80 BF 8B 21 0 1B 19 82 21 3F
Octal 200 277 213 41 0 33 31 202 41 77
Binary 10000000 10111111 10001011 100001 0 11011 11001 10000010 100001 111111

Color Harmonies of #80BF8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BF8B

Black with #80BF8B

Text Example


Text Example

White with #80BF8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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