Html Css Color HEX #88CD8C De York

📋 copy color: '#88CD8C'

red 136 ◦ green 205 ◦ blue 140

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

Shades of De York #88CD8C

Tints of De York #88CD8C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.62%

 BLUE value IS 140 (55.08% from 255) = 29.11%

R = 28.27%
G = 42.62%
B = 29.11%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#88CD8C (or 0x88CD8C) is known color: De York. HEX triplet: 88, CD and 8C. RGB value is (136,205,140). Sum of RGB (Red+Green+Blue) = 136+205+140=481 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.27% from 481); Green value is 205 (80.47% from 255 or 42.62% from 481); Blue value is 140 (55.08% from 255 or 29.11% from 481); Max value from RGB is 205 - color contains mainly: green. Hex color #88CD8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88CD8C is #773273. Grayscale: #B1B1B1. Windows color (decimal): -7811700 or 9227656. OLE color: 9227656.

HSL color Cylindrical-coordinate representation of color #88CD8C: hue angle of 123.48º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #88CD8C is Cyan = 0.34, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB 136 205 140 -
CMYK 0.34 0 0.32 0.20
HSL 123.48º 0.41% 0.67% -
HSV(B) 123.48º 0.34% 0.8% -
XYZ 36.72 50.79 32.68 -
YUV 176.96 107.14 98.79 -
System Red Green Blue C M Y K H S L
Decimal 136 205 140 0.34 0 0.32 0.20 123.48 0.41 0.67
Hex 88 CD 8C 22 0 20 14 7B 29 43
Octal 210 315 214 42 0 40 24 173 51 103
Binary 10001000 11001101 10001100 100010 0 100000 10100 1111011 101001 1000011

Color Harmonies of #88CD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88CD8C

Black with #88CD8C

Text Example


Text Example

White with #88CD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,205,140); }

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

background-color css

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

 a { background-color: rgb(136,205,140); }

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

border-color css

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

 span { border-color: rgb(136,205,140); }

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