Html Css Color HEX #88DB95 De York

📋 copy color: '#88DB95'

red 136 ◦ green 219 ◦ blue 149

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

Shades of De York #88DB95

Tints of De York #88DB95

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.45%

 BLUE value IS 149 (58.59% from 255) = 29.56%

R = 26.98%
G = 43.45%
B = 29.56%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#88DB95 (or 0x88DB95) is known color: De York. HEX triplet: 88, DB and 95. RGB value is (136,219,149). Sum of RGB (Red+Green+Blue) = 136+219+149=504 (66% of max value = 765). Red value is 136 (53.52% from 255 or 26.98% from 504); Green value is 219 (85.94% from 255 or 43.45% from 504); Blue value is 149 (58.59% from 255 or 29.56% from 504); Max value from RGB is 219 - color contains mainly: green. Hex color #88DB95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88DB95 is #77246A. Grayscale: #BABABA. Windows color (decimal): -7808107 or 9821064. OLE color: 9821064.

HSL color Cylindrical-coordinate representation of color #88DB95: hue angle of 129.4º degrees, saturation: 0.54, 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 #88DB95 is Cyan = 0.38, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 136 219 149 -
CMYK 0.38 0 0.32 0.14
HSL 129.4º 0.54% 0.7% -
HSV(B) 129.4º 0.38% 0.86% -
XYZ 40.91 58.07 37.49 -
YUV 186.2 107 92.19 -
System Red Green Blue C M Y K H S L
Decimal 136 219 149 0.38 0 0.32 0.14 129.4 0.54 0.7
Hex 88 DB 95 26 0 20 E 81 36 46
Octal 210 333 225 46 0 40 16 201 66 106
Binary 10001000 11011011 10010101 100110 0 100000 1110 10000001 110110 1000110

Color Harmonies of #88DB95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88DB95

Black with #88DB95

Text Example


Text Example

White with #88DB95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,219,149); }

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

background-color css

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

 a { background-color: rgb(136,219,149); }

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

border-color css

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

 span { border-color: rgb(136,219,149); }

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