Html Css Color HEX #88DC8A De York

📋 copy color: '#88DC8A'

red 136 ◦ green 220 ◦ blue 138

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

Shades of De York #88DC8A

Tints of De York #88DC8A

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.53%

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

R = 27.53%
G = 44.53%
B = 27.94%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#88DC8A (or 0x88DC8A) is known color: De York. HEX triplet: 88, DC and 8A. RGB value is (136,220,138). Sum of RGB (Red+Green+Blue) = 136+220+138=494 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.53% from 494); Green value is 220 (86.33% from 255 or 44.53% from 494); Blue value is 138 (54.30% from 255 or 27.94% from 494); Max value from RGB is 220 - color contains mainly: green. Hex color #88DC8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88DC8A is #772375. Grayscale: #B9B9B9. Windows color (decimal): -7807862 or 9100424. OLE color: 9100424.

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

Color convert

RGB 136 220 138 -
CMYK 0.38 0 0.37 0.14
HSL 121.43º 0.55% 0.7% -
HSV(B) 121.43º 0.38% 0.86% -
XYZ 40.33 58.26 33.16 -
YUV 185.54 101.17 92.67 -
System Red Green Blue C M Y K H S L
Decimal 136 220 138 0.38 0 0.37 0.14 121.43 0.55 0.7
Hex 88 DC 8A 26 0 25 E 79 37 46
Octal 210 334 212 46 0 45 16 171 67 106
Binary 10001000 11011100 10001010 100110 0 100101 1110 1111001 110111 1000110

Color Harmonies of #88DC8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88DC8A

Black with #88DC8A

Text Example


Text Example

White with #88DC8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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