Html Css Color HEX #88CD8A De York

📋 copy color: '#88CD8A'

red 136 ◦ green 205 ◦ blue 138

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

Shades of De York #88CD8A

Tints of De York #88CD8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.81%

R = 28.39%
G = 42.8%
B = 28.81%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#88CD8A (or 0x88CD8A) is known color: De York. HEX triplet: 88, CD and 8A. RGB value is (136,205,138). Sum of RGB (Red+Green+Blue) = 136+205+138=479 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.39% from 479); Green value is 205 (80.47% from 255 or 42.80% from 479); Blue value is 138 (54.30% from 255 or 28.81% from 479); Max value from RGB is 205 - color contains mainly: green. Hex color #88CD8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88CD8A is #773275. Grayscale: #B0B0B0. Windows color (decimal): -7811702 or 9096584. OLE color: 9096584.

HSL color Cylindrical-coordinate representation of color #88CD8A: hue angle of 121.74º 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 #88CD8A is Cyan = 0.34, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB 136 205 138 -
CMYK 0.34 0 0.33 0.20
HSL 121.74º 0.41% 0.67% -
HSV(B) 121.74º 0.34% 0.8% -
XYZ 36.57 50.73 31.91 -
YUV 176.73 106.14 98.95 -
System Red Green Blue C M Y K H S L
Decimal 136 205 138 0.34 0 0.33 0.20 121.74 0.41 0.67
Hex 88 CD 8A 22 0 21 14 7A 29 43
Octal 210 315 212 42 0 41 24 172 51 103
Binary 10001000 11001101 10001010 100010 0 100001 10100 1111010 101001 1000011

Color Harmonies of #88CD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88CD8A

Black with #88CD8A

Text Example


Text Example

White with #88CD8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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