Html Css Color HEX #80D698 De York

📋 copy color: '#80D698'

red 128 ◦ green 214 ◦ blue 152

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

Shades of De York #80D698

Tints of De York #80D698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 30.77%

R = 25.91%
G = 43.32%
B = 30.77%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#80D698 (or 0x80D698) is known color: De York. HEX triplet: 80, D6 and 98. RGB value is (128,214,152). Sum of RGB (Red+Green+Blue) = 128+214+152=494 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.91% from 494); Green value is 214 (83.98% from 255 or 43.32% from 494); Blue value is 152 (59.77% from 255 or 30.77% from 494); Max value from RGB is 214 - color contains mainly: green. Hex color #80D698 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D698 is #7F2967. Grayscale: #B5B5B5. Windows color (decimal): -8333672 or 10016384. OLE color: 10016384.

HSL color Cylindrical-coordinate representation of color #80D698: hue angle of 136.74º 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 #80D698 is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB 128 214 152 -
CMYK 0.40 0 0.29 0.16
HSL 136.74º 0.51% 0.67% -
HSV(B) 136.74º 0.4% 0.84% -
XYZ 38.62 54.95 38.28 -
YUV 181.22 111.51 90.04 -
System Red Green Blue C M Y K H S L
Decimal 128 214 152 0.40 0 0.29 0.16 136.74 0.51 0.67
Hex 80 D6 98 28 0 1D 10 89 33 43
Octal 200 326 230 50 0 35 20 211 63 103
Binary 10000000 11010110 10011000 101000 0 11101 10000 10001001 110011 1000011

Color Harmonies of #80D698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D698

Black with #80D698

Text Example


Text Example

White with #80D698

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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