Html Css Color HEX #80C17F De York

📋 copy color: '#80C17F'

red 128 ◦ green 193 ◦ blue 127

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

Shades of De York #80C17F

Tints of De York #80C17F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 43.08%

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

R = 28.57%
G = 43.08%
B = 28.35%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#80C17F (or 0x80C17F) is known color: De York. HEX triplet: 80, C1 and 7F. RGB value is (128,193,127). Sum of RGB (Red+Green+Blue) = 128+193+127=448 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.57% from 448); Green value is 193 (75.78% from 255 or 43.08% from 448); Blue value is 127 (50% from 255 or 28.35% from 448); Max value from RGB is 193 - color contains mainly: green. Hex color #80C17F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C17F is #7F3E80. Grayscale: #A6A6A6. Windows color (decimal): -8339073 or 8372608. OLE color: 8372608.

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

Color convert

RGB 128 193 127 -
CMYK 0.34 0 0.34 0.24
HSL 119.09º 0.35% 0.63% -
HSV(B) 119.09º 0.34% 0.76% -
XYZ 31.8 44.26 26.95 -
YUV 166.04 105.97 100.87 -
System Red Green Blue C M Y K H S L
Decimal 128 193 127 0.34 0 0.34 0.24 119.09 0.35 0.63
Hex 80 C1 7F 22 0 22 18 77 23 3F
Octal 200 301 177 42 0 42 30 167 43 77
Binary 10000000 11000001 1111111 100010 0 100010 11000 1110111 100011 111111

Color Harmonies of #80C17F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C17F

Black with #80C17F

Text Example


Text Example

White with #80C17F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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