Html Css Color HEX #88D896 De York

📋 copy color: '#88D896'

red 136 ◦ green 216 ◦ blue 150

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

Shades of De York #88D896

Tints of De York #88D896

RGB

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

 GREEN value IS 216 (84.77% from 255) = 43.03%

 BLUE value IS 150 (58.98% from 255) = 29.88%

R = 27.09%
G = 43.03%
B = 29.88%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#88D896 (or 0x88D896) is known color: De York. HEX triplet: 88, D8 and 96. RGB value is (136,216,150). Sum of RGB (Red+Green+Blue) = 136+216+150=502 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.09% from 502); Green value is 216 (84.77% from 255 or 43.03% from 502); Blue value is 150 (58.98% from 255 or 29.88% from 502); Max value from RGB is 216 - color contains mainly: green. Hex color #88D896 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88D896 is #772769. Grayscale: #B8B8B8. Windows color (decimal): -7808874 or 9885832. OLE color: 9885832.

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

Color convert

RGB 136 216 150 -
CMYK 0.37 0 0.31 0.15
HSL 130.5º 0.51% 0.69% -
HSV(B) 130.5º 0.37% 0.85% -
XYZ 40.21 56.55 37.65 -
YUV 184.56 108.5 93.37 -
System Red Green Blue C M Y K H S L
Decimal 136 216 150 0.37 0 0.31 0.15 130.5 0.51 0.69
Hex 88 D8 96 25 0 1F F 82 33 45
Octal 210 330 226 45 0 37 17 202 63 105
Binary 10001000 11011000 10010110 100101 0 11111 1111 10000010 110011 1000101

Color Harmonies of #88D896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88D896

Black with #88D896

Text Example


Text Example

White with #88D896

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,216,150); }

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

background-color css

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

 a { background-color: rgb(136,216,150); }

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

border-color css

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

 span { border-color: rgb(136,216,150); }

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