Html Css Color HEX #80C07F De York

📋 copy color: '#80C07F'

red 128 ◦ green 192 ◦ blue 127

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

Shades of De York #80C07F

Tints of De York #80C07F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.95%

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

R = 28.64%
G = 42.95%
B = 28.41%

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

#80C07F (or 0x80C07F) is known color: De York. HEX triplet: 80, C0 and 7F. RGB value is (128,192,127). Sum of RGB (Red+Green+Blue) = 128+192+127=447 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.64% from 447); Green value is 192 (75.39% from 255 or 42.95% from 447); Blue value is 127 (50% from 255 or 28.41% from 447); Max value from RGB is 192 - color contains mainly: green. Hex color #80C07F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C07F is #7F3F80. Grayscale: #A5A5A5. Windows color (decimal): -8339329 or 8372352. OLE color: 8372352.

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

Color convert

RGB 128 192 127 -
CMYK 0.33 0 0.34 0.25
HSL 119.08º 0.34% 0.63% -
HSV(B) 119.08º 0.34% 0.75% -
XYZ 31.58 43.82 26.87 -
YUV 165.45 106.3 101.29 -
System Red Green Blue C M Y K H S L
Decimal 128 192 127 0.33 0 0.34 0.25 119.08 0.34 0.63
Hex 80 C0 7F 21 0 22 19 77 22 3F
Octal 200 300 177 41 0 42 31 167 42 77
Binary 10000000 11000000 1111111 100001 0 100010 11001 1110111 100010 111111

Color Harmonies of #80C07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C07F

Black with #80C07F

Text Example


Text Example

White with #80C07F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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