Html Css Color HEX #80C27F De York

📋 copy color: '#80C27F'

red 128 ◦ green 194 ◦ blue 127

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

Shades of De York #80C27F

Tints of De York #80C27F

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.21%

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

R = 28.51%
G = 43.21%
B = 28.29%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#80C27F (or 0x80C27F) is known color: De York. HEX triplet: 80, C2 and 7F. RGB value is (128,194,127). Sum of RGB (Red+Green+Blue) = 128+194+127=449 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.51% from 449); Green value is 194 (76.17% from 255 or 43.21% from 449); Blue value is 127 (50% from 255 or 28.29% from 449); Max value from RGB is 194 - color contains mainly: green. Hex color #80C27F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C27F is #7F3D80. Grayscale: #A6A6A6. Windows color (decimal): -8338817 or 8372864. OLE color: 8372864.

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

Color convert

RGB 128 194 127 -
CMYK 0.34 0 0.35 0.24
HSL 119.1º 0.35% 0.63% -
HSV(B) 119.1º 0.35% 0.76% -
XYZ 32.02 44.71 27.02 -
YUV 166.63 105.63 100.45 -
System Red Green Blue C M Y K H S L
Decimal 128 194 127 0.34 0 0.35 0.24 119.1 0.35 0.63
Hex 80 C2 7F 22 0 23 18 77 23 3F
Octal 200 302 177 42 0 43 30 167 43 77
Binary 10000000 11000010 1111111 100010 0 100011 11000 1110111 100011 111111

Color Harmonies of #80C27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C27F

Black with #80C27F

Text Example


Text Example

White with #80C27F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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