Html Css Color HEX #88CB8C De York

📋 copy color: '#88CB8C'

red 136 ◦ green 203 ◦ blue 140

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

Shades of De York #88CB8C

Tints of De York #88CB8C

RGB

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

 GREEN value IS 203 (79.69% from 255) = 42.38%

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

R = 28.39%
G = 42.38%
B = 29.23%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#88CB8C (or 0x88CB8C) is known color: De York. HEX triplet: 88, CB and 8C. RGB value is (136,203,140). Sum of RGB (Red+Green+Blue) = 136+203+140=479 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.39% from 479); Green value is 203 (79.69% from 255 or 42.38% from 479); Blue value is 140 (55.08% from 255 or 29.23% from 479); Max value from RGB is 203 - color contains mainly: green. Hex color #88CB8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88CB8C is #773473. Grayscale: #AFAFAF. Windows color (decimal): -7812212 or 9227144. OLE color: 9227144.

HSL color Cylindrical-coordinate representation of color #88CB8C: hue angle of 123.58º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #88CB8C is Cyan = 0.33, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB 136 203 140 -
CMYK 0.33 0 0.31 0.20
HSL 123.58º 0.39% 0.66% -
HSV(B) 123.58º 0.33% 0.8% -
XYZ 36.24 49.84 32.52 -
YUV 175.79 107.8 99.62 -
System Red Green Blue C M Y K H S L
Decimal 136 203 140 0.33 0 0.31 0.20 123.58 0.39 0.66
Hex 88 CB 8C 21 0 1F 14 7C 27 42
Octal 210 313 214 41 0 37 24 174 47 102
Binary 10001000 11001011 10001100 100001 0 11111 10100 1111100 100111 1000010

Color Harmonies of #88CB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88CB8C

Black with #88CB8C

Text Example


Text Example

White with #88CB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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