Html Css Color HEX #80CE84 De York

📋 copy color: '#80CE84'

red 128 ◦ green 206 ◦ blue 132

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

Shades of De York #80CE84

Tints of De York #80CE84

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.21%

 BLUE value IS 132 (51.95% from 255) = 28.33%

R = 27.47%
G = 44.21%
B = 28.33%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.36

 K value IS 0.19

RGB Variations

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

Color information

#80CE84 (or 0x80CE84) is known color: De York. HEX triplet: 80, CE and 84. RGB value is (128,206,132). Sum of RGB (Red+Green+Blue) = 128+206+132=466 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.47% from 466); Green value is 206 (80.86% from 255 or 44.21% from 466); Blue value is 132 (51.95% from 255 or 28.33% from 466); Max value from RGB is 206 - color contains mainly: green. Hex color #80CE84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80CE84 is #7F317B. Grayscale: #AEAEAE. Windows color (decimal): -8335740 or 8703616. OLE color: 8703616.

HSL color Cylindrical-coordinate representation of color #80CE84: hue angle of 123.08º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80CE84 is Cyan = 0.38, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.19.

Color convert

RGB 128 206 132 -
CMYK 0.38 0 0.36 0.19
HSL 123.08º 0.44% 0.65% -
HSV(B) 123.08º 0.38% 0.81% -
XYZ 35.14 50.4 29.71 -
YUV 174.24 104.16 95.02 -
System Red Green Blue C M Y K H S L
Decimal 128 206 132 0.38 0 0.36 0.19 123.08 0.44 0.65
Hex 80 CE 84 26 0 24 13 7B 2C 41
Octal 200 316 204 46 0 44 23 173 54 101
Binary 10000000 11001110 10000100 100110 0 100100 10011 1111011 101100 1000001

Color Harmonies of #80CE84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CE84

Black with #80CE84

Text Example


Text Example

White with #80CE84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,206,132); }

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

background-color css

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

 a { background-color: rgb(128,206,132); }

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

border-color css

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

 span { border-color: rgb(128,206,132); }

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