Html Css Color HEX #80D696 De York

📋 copy color: '#80D696'

red 128 ◦ green 214 ◦ blue 150

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

Shades of De York #80D696

Tints of De York #80D696

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.5%

 BLUE value IS 150 (58.98% from 255) = 30.49%

R = 26.02%
G = 43.5%
B = 30.49%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#80D696 (or 0x80D696) is known color: De York. HEX triplet: 80, D6 and 96. RGB value is (128,214,150). Sum of RGB (Red+Green+Blue) = 128+214+150=492 (65% of max value = 765). Red value is 128 (50.39% from 255 or 26.02% from 492); Green value is 214 (83.98% from 255 or 43.50% from 492); Blue value is 150 (58.98% from 255 or 30.49% from 492); Max value from RGB is 214 - color contains mainly: green. Hex color #80D696 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D696 is #7F2969. Grayscale: #B5B5B5. Windows color (decimal): -8333674 or 9885312. OLE color: 9885312.

HSL color Cylindrical-coordinate representation of color #80D696: hue angle of 135.35º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80D696 is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 128 214 150 -
CMYK 0.40 0 0.30 0.16
HSL 135.35º 0.51% 0.67% -
HSV(B) 135.35º 0.4% 0.84% -
XYZ 38.45 54.88 37.42 -
YUV 180.99 110.51 90.2 -
System Red Green Blue C M Y K H S L
Decimal 128 214 150 0.40 0 0.30 0.16 135.35 0.51 0.67
Hex 80 D6 96 28 0 1E 10 87 33 43
Octal 200 326 226 50 0 36 20 207 63 103
Binary 10000000 11010110 10010110 101000 0 11110 10000 10000111 110011 1000011

Color Harmonies of #80D696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D696

Black with #80D696

Text Example


Text Example

White with #80D696

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,214,150); }

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

background-color css

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

 a { background-color: rgb(128,214,150); }

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

border-color css

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

 span { border-color: rgb(128,214,150); }

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