Html Css Color HEX #88DA8D De York

📋 copy color: '#88DA8D'

red 136 ◦ green 218 ◦ blue 141

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

Shades of De York #88DA8D

Tints of De York #88DA8D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.04%

 BLUE value IS 141 (55.47% from 255) = 28.48%

R = 27.47%
G = 44.04%
B = 28.48%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#88DA8D (or 0x88DA8D) is known color: De York. HEX triplet: 88, DA and 8D. RGB value is (136,218,141). Sum of RGB (Red+Green+Blue) = 136+218+141=495 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.47% from 495); Green value is 218 (85.55% from 255 or 44.04% from 495); Blue value is 141 (55.47% from 255 or 28.48% from 495); Max value from RGB is 218 - color contains mainly: green. Hex color #88DA8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88DA8D is #772572. Grayscale: #B8B8B8. Windows color (decimal): -7808371 or 9296520. OLE color: 9296520.

HSL color Cylindrical-coordinate representation of color #88DA8D: hue angle of 123.66º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88DA8D is Cyan = 0.38, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 136 218 141 -
CMYK 0.38 0 0.35 0.15
HSL 123.66º 0.53% 0.69% -
HSV(B) 123.66º 0.38% 0.85% -
XYZ 40.03 57.3 34.15 -
YUV 184.7 103.33 93.26 -
System Red Green Blue C M Y K H S L
Decimal 136 218 141 0.38 0 0.35 0.15 123.66 0.53 0.69
Hex 88 DA 8D 26 0 23 F 7C 35 45
Octal 210 332 215 46 0 43 17 174 65 105
Binary 10001000 11011010 10001101 100110 0 100011 1111 1111100 110101 1000101

Color Harmonies of #88DA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88DA8D

Black with #88DA8D

Text Example


Text Example

White with #88DA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,218,141); }

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

background-color css

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

 a { background-color: rgb(136,218,141); }

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

border-color css

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

 span { border-color: rgb(136,218,141); }

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