Html Css Color HEX #88D980 De York

📋 copy color: '#88D980'

red 136 ◦ green 217 ◦ blue 128

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

Shades of De York #88D980

Tints of De York #88D980

RGB

 RED value IS 136 (53.52% from 255) = 28.27%

 GREEN value IS 217 (85.16% from 255) = 45.11%

 BLUE value IS 128 (50.39% from 255) = 26.61%

R = 28.27%
G = 45.11%
B = 26.61%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#88D980 (or 0x88D980) is known color: De York. HEX triplet: 88, D9 and 80. RGB value is (136,217,128). Sum of RGB (Red+Green+Blue) = 136+217+128=481 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.27% from 481); Green value is 217 (85.16% from 255 or 45.11% from 481); Blue value is 128 (50.39% from 255 or 26.61% from 481); Max value from RGB is 217 - color contains mainly: green. Hex color #88D980 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88D980 is #77267F. Grayscale: #B6B6B6. Windows color (decimal): -7808640 or 8444296. OLE color: 8444296.

HSL color Cylindrical-coordinate representation of color #88D980: hue angle of 114.61º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #88D980 is Cyan = 0.37, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 136 217 128 -
CMYK 0.37 0 0.41 0.15
HSL 114.61º 0.54% 0.68% -
HSV(B) 114.61º 0.41% 0.85% -
XYZ 38.86 56.42 29.26 -
YUV 182.64 97.16 94.74 -
System Red Green Blue C M Y K H S L
Decimal 136 217 128 0.37 0 0.41 0.15 114.61 0.54 0.68
Hex 88 D9 80 25 0 29 F 73 36 44
Octal 210 331 200 45 0 51 17 163 66 104
Binary 10001000 11011001 10000000 100101 0 101001 1111 1110011 110110 1000100

Color Harmonies of #88D980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88D980

Black with #88D980

Text Example


Text Example

White with #88D980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88D980; }

 p { color: rgb(136,217,128); }

 H1.HeaderClassName
 {
   color: #88D980;
 }
 .AnyTagClassName
 {
   color: #88D980;
 }
</style>

background-color css

<style>
 a { background-color: #88D980; }

 a { background-color: rgb(136,217,128); }

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

border-color css

<style>
 span { border-color: #88D980; }

 span { border-color: rgb(136,217,128); }

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