Html Css Color HEX #88DC90 De York

📋 copy color: '#88DC90'

red 136 ◦ green 220 ◦ blue 144

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

Shades of De York #88DC90

Tints of De York #88DC90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 28.8%

R = 27.2%
G = 44%
B = 28.8%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#88DC90 (or 0x88DC90) is known color: De York. HEX triplet: 88, DC and 90. RGB value is (136,220,144). Sum of RGB (Red+Green+Blue) = 136+220+144=500 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.2% from 500); Green value is 220 (86.33% from 255 or 44% from 500); Blue value is 144 (56.64% from 255 or 28.8% from 500); Max value from RGB is 220 - color contains mainly: green. Hex color #88DC90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88DC90 is #77236F. Grayscale: #BABABA. Windows color (decimal): -7807856 or 9493640. OLE color: 9493640.

HSL color Cylindrical-coordinate representation of color #88DC90: hue angle of 125.71º 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 #88DC90 is Cyan = 0.38, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB 136 220 144 -
CMYK 0.38 0 0.35 0.14
HSL 125.71º 0.55% 0.7% -
HSV(B) 125.71º 0.38% 0.86% -
XYZ 40.78 58.43 35.52 -
YUV 186.22 104.17 92.18 -
System Red Green Blue C M Y K H S L
Decimal 136 220 144 0.38 0 0.35 0.14 125.71 0.55 0.7
Hex 88 DC 90 26 0 23 E 7E 37 46
Octal 210 334 220 46 0 43 16 176 67 106
Binary 10001000 11011100 10010000 100110 0 100011 1110 1111110 110111 1000110

Color Harmonies of #88DC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88DC90

Black with #88DC90

Text Example


Text Example

White with #88DC90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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