Html Css Color HEX #88CB94 De York

📋 copy color: '#88CB94'

red 136 ◦ green 203 ◦ blue 148

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

Shades of De York #88CB94

Tints of De York #88CB94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.39%

R = 27.93%
G = 41.68%
B = 30.39%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#88CB94 (or 0x88CB94) is known color: De York. HEX triplet: 88, CB and 94. RGB value is (136,203,148). Sum of RGB (Red+Green+Blue) = 136+203+148=487 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.93% from 487); Green value is 203 (79.69% from 255 or 41.68% from 487); Blue value is 148 (58.20% from 255 or 30.39% from 487); Max value from RGB is 203 - color contains mainly: green. Hex color #88CB94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88CB94 is #77346B. Grayscale: #B0B0B0. Windows color (decimal): -7812204 or 9751432. OLE color: 9751432.

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

Color convert

RGB 136 203 148 -
CMYK 0.33 0 0.27 0.20
HSL 130.75º 0.39% 0.66% -
HSV(B) 130.75º 0.33% 0.8% -
XYZ 36.85 50.08 35.74 -
YUV 176.7 111.8 98.97 -
System Red Green Blue C M Y K H S L
Decimal 136 203 148 0.33 0 0.27 0.20 130.75 0.39 0.66
Hex 88 CB 94 21 0 1B 14 83 27 42
Octal 210 313 224 41 0 33 24 203 47 102
Binary 10001000 11001011 10010100 100001 0 11011 10100 10000011 100111 1000010

Color Harmonies of #88CB94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88CB94

Black with #88CB94

Text Example


Text Example

White with #88CB94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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