Html Css Color HEX #88D08E De York

📋 copy color: '#88D08E'

red 136 ◦ green 208 ◦ blue 142

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

Shades of De York #88D08E

Tints of De York #88D08E

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.8%

 BLUE value IS 142 (55.86% from 255) = 29.22%

R = 27.98%
G = 42.8%
B = 29.22%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#88D08E (or 0x88D08E) is known color: De York. HEX triplet: 88, D0 and 8E. RGB value is (136,208,142). Sum of RGB (Red+Green+Blue) = 136+208+142=486 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.98% from 486); Green value is 208 (81.64% from 255 or 42.80% from 486); Blue value is 142 (55.86% from 255 or 29.22% from 486); Max value from RGB is 208 - color contains mainly: green. Hex color #88D08E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88D08E is #772F71. Grayscale: #B3B3B3. Windows color (decimal): -7810930 or 9359496. OLE color: 9359496.

HSL color Cylindrical-coordinate representation of color #88D08E: hue angle of 125º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #88D08E is Cyan = 0.35, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB 136 208 142 -
CMYK 0.35 0 0.32 0.18
HSL 125º 0.43% 0.67% -
HSV(B) 125º 0.35% 0.82% -
XYZ 37.59 52.3 33.7 -
YUV 178.95 107.15 97.37 -
System Red Green Blue C M Y K H S L
Decimal 136 208 142 0.35 0 0.32 0.18 125 0.43 0.67
Hex 88 D0 8E 23 0 20 12 7D 2B 43
Octal 210 320 216 43 0 40 22 175 53 103
Binary 10001000 11010000 10001110 100011 0 100000 10010 1111101 101011 1000011

Color Harmonies of #88D08E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88D08E

Black with #88D08E

Text Example


Text Example

White with #88D08E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,208,142); }

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

background-color css

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

 a { background-color: rgb(136,208,142); }

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

border-color css

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

 span { border-color: rgb(136,208,142); }

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