Html Css Color HEX #80D07F De York

📋 copy color: '#80D07F'

red 128 ◦ green 208 ◦ blue 127

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

Shades of De York #80D07F

Tints of De York #80D07F

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.92%

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

R = 27.65%
G = 44.92%
B = 27.43%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#80D07F (or 0x80D07F) is known color: De York. HEX triplet: 80, D0 and 7F. RGB value is (128,208,127). Sum of RGB (Red+Green+Blue) = 128+208+127=463 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.65% from 463); Green value is 208 (81.64% from 255 or 44.92% from 463); Blue value is 127 (50% from 255 or 27.43% from 463); Max value from RGB is 208 - color contains mainly: green. Hex color #80D07F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D07F is #7F2F80. Grayscale: #AFAFAF. Windows color (decimal): -8335233 or 8376448. OLE color: 8376448.

HSL color Cylindrical-coordinate representation of color #80D07F: hue angle of 119.26º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #80D07F is Cyan = 0.38, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB 128 208 127 -
CMYK 0.38 0 0.39 0.18
HSL 119.26º 0.46% 0.66% -
HSV(B) 119.26º 0.39% 0.82% -
XYZ 35.29 51.23 28.11 -
YUV 174.85 101 94.59 -
System Red Green Blue C M Y K H S L
Decimal 128 208 127 0.38 0 0.39 0.18 119.26 0.46 0.66
Hex 80 D0 7F 26 0 27 12 77 2E 42
Octal 200 320 177 46 0 47 22 167 56 102
Binary 10000000 11010000 1111111 100110 0 100111 10010 1110111 101110 1000010

Color Harmonies of #80D07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D07F

Black with #80D07F

Text Example


Text Example

White with #80D07F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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