Html Css Color HEX #88DD85 De York

📋 copy color: '#88DD85'

red 136 ◦ green 221 ◦ blue 133

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

Shades of De York #88DD85

Tints of De York #88DD85

RGB

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

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

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

R = 27.76%
G = 45.1%
B = 27.14%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#88DD85 (or 0x88DD85) is known color: De York. HEX triplet: 88, DD and 85. RGB value is (136,221,133). Sum of RGB (Red+Green+Blue) = 136+221+133=490 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.76% from 490); Green value is 221 (86.72% from 255 or 45.10% from 490); Blue value is 133 (52.34% from 255 or 27.14% from 490); Max value from RGB is 221 - color contains mainly: green. Hex color #88DD85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88DD85 is #77227A. Grayscale: #B9B9B9. Windows color (decimal): -7807611 or 8773000. OLE color: 8773000.

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

Color convert

RGB 136 221 133 -
CMYK 0.38 0 0.40 0.13
HSL 117.95º 0.56% 0.69% -
HSV(B) 117.95º 0.4% 0.87% -
XYZ 40.24 58.64 31.39 -
YUV 185.55 98.34 92.66 -
System Red Green Blue C M Y K H S L
Decimal 136 221 133 0.38 0 0.40 0.13 117.95 0.56 0.69
Hex 88 DD 85 26 0 28 D 76 38 45
Octal 210 335 205 46 0 50 15 166 70 105
Binary 10001000 11011101 10000101 100110 0 101000 1101 1110110 111000 1000101

Color Harmonies of #88DD85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88DD85

Black with #88DD85

Text Example


Text Example

White with #88DD85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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