Html Css Color HEX #88D985 De York

📋 copy color: '#88D985'

red 136 ◦ green 217 ◦ blue 133

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

Shades of De York #88D985

Tints of De York #88D985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 27.37%

R = 27.98%
G = 44.65%
B = 27.37%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#88D985 (or 0x88D985) is known color: De York. HEX triplet: 88, D9 and 85. RGB value is (136,217,133). Sum of RGB (Red+Green+Blue) = 136+217+133=486 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.98% from 486); Green value is 217 (85.16% from 255 or 44.65% from 486); Blue value is 133 (52.34% from 255 or 27.37% from 486); Max value from RGB is 217 - color contains mainly: green. Hex color #88D985 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88D985 is #77267A. Grayscale: #B7B7B7. Windows color (decimal): -7808635 or 8771976. OLE color: 8771976.

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

Color convert

RGB 136 217 133 -
CMYK 0.37 0 0.39 0.15
HSL 117.86º 0.53% 0.69% -
HSV(B) 117.86º 0.39% 0.85% -
XYZ 39.2 56.55 31.04 -
YUV 183.21 99.66 94.33 -
System Red Green Blue C M Y K H S L
Decimal 136 217 133 0.37 0 0.39 0.15 117.86 0.53 0.69
Hex 88 D9 85 25 0 27 F 76 34 45
Octal 210 331 205 45 0 47 17 166 64 105
Binary 10001000 11011001 10000101 100101 0 100111 1111 1110110 110100 1000101

Color Harmonies of #88D985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88D985

Black with #88D985

Text Example


Text Example

White with #88D985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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