Html Css Color HEX #88CB8D De York

📋 copy color: '#88CB8D'

red 136 ◦ green 203 ◦ blue 141

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

Shades of De York #88CB8D

Tints of De York #88CB8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.38%

R = 28.33%
G = 42.29%
B = 29.38%

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

#88CB8D (or 0x88CB8D) is known color: De York. HEX triplet: 88, CB and 8D. RGB value is (136,203,141). Sum of RGB (Red+Green+Blue) = 136+203+141=480 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.33% from 480); Green value is 203 (79.69% from 255 or 42.29% from 480); Blue value is 141 (55.47% from 255 or 29.38% from 480); Max value from RGB is 203 - color contains mainly: green. Hex color #88CB8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88CB8D is #773472. Grayscale: #B0B0B0. Windows color (decimal): -7812211 or 9292680. OLE color: 9292680.

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

Color convert

RGB 136 203 141 -
CMYK 0.33 0 0.31 0.20
HSL 124.48º 0.39% 0.66% -
HSV(B) 124.48º 0.33% 0.8% -
XYZ 36.32 49.87 32.91 -
YUV 175.9 108.3 99.54 -
System Red Green Blue C M Y K H S L
Decimal 136 203 141 0.33 0 0.31 0.20 124.48 0.39 0.66
Hex 88 CB 8D 21 0 1F 14 7C 27 42
Octal 210 313 215 41 0 37 24 174 47 102
Binary 10001000 11001011 10001101 100001 0 11111 10100 1111100 100111 1000010

Color Harmonies of #88CB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88CB8D

Black with #88CB8D

Text Example


Text Example

White with #88CB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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