Html Css Color HEX #80BF7F De York

📋 copy color: '#80BF7F'

red 128 ◦ green 191 ◦ blue 127

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

Shades of De York #80BF7F

Tints of De York #80BF7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 28.48%

R = 28.7%
G = 42.83%
B = 28.48%

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

#80BF7F (or 0x80BF7F) is known color: De York. HEX triplet: 80, BF and 7F. RGB value is (128,191,127). Sum of RGB (Red+Green+Blue) = 128+191+127=446 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.70% from 446); Green value is 191 (75% from 255 or 42.83% from 446); Blue value is 127 (50% from 255 or 28.48% from 446); Max value from RGB is 191 - color contains mainly: green. Hex color #80BF7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BF7F is #7F4080. Grayscale: #A5A5A5. Windows color (decimal): -8339585 or 8372096. OLE color: 8372096.

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

Color convert

RGB 128 191 127 -
CMYK 0.33 0 0.34 0.25
HSL 119.06º 0.33% 0.62% -
HSV(B) 119.06º 0.34% 0.75% -
XYZ 31.36 43.38 26.8 -
YUV 164.87 106.63 101.7 -
System Red Green Blue C M Y K H S L
Decimal 128 191 127 0.33 0 0.34 0.25 119.06 0.33 0.62
Hex 80 BF 7F 21 0 22 19 77 21 3E
Octal 200 277 177 41 0 42 31 167 41 76
Binary 10000000 10111111 1111111 100001 0 100010 11001 1110111 100001 111110

Color Harmonies of #80BF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BF7F

Black with #80BF7F

Text Example


Text Example

White with #80BF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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