Html Css Color HEX #80D298 De York

📋 copy color: '#80D298'

red 128 ◦ green 210 ◦ blue 152

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

Shades of De York #80D298

Tints of De York #80D298

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.86%

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

R = 26.12%
G = 42.86%
B = 31.02%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#80D298 (or 0x80D298) is known color: De York. HEX triplet: 80, D2 and 98. RGB value is (128,210,152). Sum of RGB (Red+Green+Blue) = 128+210+152=490 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.12% from 490); Green value is 210 (82.42% from 255 or 42.86% from 490); Blue value is 152 (59.77% from 255 or 31.02% from 490); Max value from RGB is 210 - color contains mainly: green. Hex color #80D298 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D298 is #7F2D67. Grayscale: #B3B3B3. Windows color (decimal): -8334696 or 10015360. OLE color: 10015360.

HSL color Cylindrical-coordinate representation of color #80D298: hue angle of 137.56º degrees, saturation: 0.48, 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 #80D298 is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB 128 210 152 -
CMYK 0.39 0 0.28 0.18
HSL 137.56º 0.48% 0.66% -
HSV(B) 137.56º 0.39% 0.82% -
XYZ 37.62 52.95 37.94 -
YUV 178.87 112.83 91.72 -
System Red Green Blue C M Y K H S L
Decimal 128 210 152 0.39 0 0.28 0.18 137.56 0.48 0.66
Hex 80 D2 98 27 0 1C 12 8A 30 42
Octal 200 322 230 47 0 34 22 212 60 102
Binary 10000000 11010010 10011000 100111 0 11100 10010 10001010 110000 1000010

Color Harmonies of #80D298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D298

Black with #80D298

Text Example


Text Example

White with #80D298

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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