Html Css Color HEX #88DC8D De York

📋 copy color: '#88DC8D'

red 136 ◦ green 220 ◦ blue 141

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

Shades of De York #88DC8D

Tints of De York #88DC8D

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.27%

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

R = 27.36%
G = 44.27%
B = 28.37%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#88DC8D (or 0x88DC8D) is known color: De York. HEX triplet: 88, DC and 8D. RGB value is (136,220,141). Sum of RGB (Red+Green+Blue) = 136+220+141=497 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.36% from 497); Green value is 220 (86.33% from 255 or 44.27% from 497); Blue value is 141 (55.47% from 255 or 28.37% from 497); Max value from RGB is 220 - color contains mainly: green. Hex color #88DC8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88DC8D is #772372. Grayscale: #BABABA. Windows color (decimal): -7807859 or 9297032. OLE color: 9297032.

HSL color Cylindrical-coordinate representation of color #88DC8D: hue angle of 123.57º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88DC8D is Cyan = 0.38, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB 136 220 141 -
CMYK 0.38 0 0.36 0.14
HSL 123.57º 0.55% 0.7% -
HSV(B) 123.57º 0.38% 0.86% -
XYZ 40.55 58.34 34.32 -
YUV 185.88 102.67 92.42 -
System Red Green Blue C M Y K H S L
Decimal 136 220 141 0.38 0 0.36 0.14 123.57 0.55 0.7
Hex 88 DC 8D 26 0 24 E 7C 37 46
Octal 210 334 215 46 0 44 16 174 67 106
Binary 10001000 11011100 10001101 100110 0 100100 1110 1111100 110111 1000110

Color Harmonies of #88DC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88DC8D

Black with #88DC8D

Text Example


Text Example

White with #88DC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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