Html Css Color HEX #88CA97 De York

📋 copy color: '#88CA97'

red 136 ◦ green 202 ◦ blue 151

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

Shades of De York #88CA97

Tints of De York #88CA97

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.31%

 BLUE value IS 151 (59.38% from 255) = 30.88%

R = 27.81%
G = 41.31%
B = 30.88%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#88CA97 (or 0x88CA97) is known color: De York. HEX triplet: 88, CA and 97. RGB value is (136,202,151). Sum of RGB (Red+Green+Blue) = 136+202+151=489 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.81% from 489); Green value is 202 (79.30% from 255 or 41.31% from 489); Blue value is 151 (59.38% from 255 or 30.88% from 489); Max value from RGB is 202 - color contains mainly: green. Hex color #88CA97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88CA97 is #773568. Grayscale: #B0B0B0. Windows color (decimal): -7812457 or 9947784. OLE color: 9947784.

HSL color Cylindrical-coordinate representation of color #88CA97: hue angle of 133.64º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #88CA97 is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.

Color convert

RGB 136 202 151 -
CMYK 0.33 0 0.25 0.21
HSL 133.64º 0.38% 0.66% -
HSV(B) 133.64º 0.33% 0.79% -
XYZ 36.86 49.71 36.93 -
YUV 176.45 113.63 99.15 -
System Red Green Blue C M Y K H S L
Decimal 136 202 151 0.33 0 0.25 0.21 133.64 0.38 0.66
Hex 88 CA 97 21 0 19 15 86 26 42
Octal 210 312 227 41 0 31 25 206 46 102
Binary 10001000 11001010 10010111 100001 0 11001 10101 10000110 100110 1000010

Color Harmonies of #88CA97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88CA97

Black with #88CA97

Text Example


Text Example

White with #88CA97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,202,151); }

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

background-color css

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

 a { background-color: rgb(136,202,151); }

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

border-color css

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

 span { border-color: rgb(136,202,151); }

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