Html Css Color HEX #88DD8B De York

📋 copy color: '#88DD8B'

red 136 ◦ green 221 ◦ blue 139

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

Shades of De York #88DD8B

Tints of De York #88DD8B

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.56%

 BLUE value IS 139 (54.69% from 255) = 28.02%

R = 27.42%
G = 44.56%
B = 28.02%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#88DD8B (or 0x88DD8B) is known color: De York. HEX triplet: 88, DD and 8B. RGB value is (136,221,139). Sum of RGB (Red+Green+Blue) = 136+221+139=496 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.42% from 496); Green value is 221 (86.72% from 255 or 44.56% from 496); Blue value is 139 (54.69% from 255 or 28.02% from 496); Max value from RGB is 221 - color contains mainly: green. Hex color #88DD8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88DD8B is #772274. Grayscale: #BABABA. Windows color (decimal): -7807605 or 9166216. OLE color: 9166216.

HSL color Cylindrical-coordinate representation of color #88DD8B: hue angle of 122.12º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88DD8B is Cyan = 0.38, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB 136 221 139 -
CMYK 0.38 0 0.37 0.13
HSL 122.12º 0.56% 0.7% -
HSV(B) 122.12º 0.38% 0.87% -
XYZ 40.67 58.81 33.63 -
YUV 186.24 101.34 92.17 -
System Red Green Blue C M Y K H S L
Decimal 136 221 139 0.38 0 0.37 0.13 122.12 0.56 0.7
Hex 88 DD 8B 26 0 25 D 7A 38 46
Octal 210 335 213 46 0 45 15 172 70 106
Binary 10001000 11011101 10001011 100110 0 100101 1101 1111010 111000 1000110

Color Harmonies of #88DD8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88DD8B

Black with #88DD8B

Text Example


Text Example

White with #88DD8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,221,139); }

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

background-color css

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

 a { background-color: rgb(136,221,139); }

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

border-color css

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

 span { border-color: rgb(136,221,139); }

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