Html Css Color HEX #88C875 De York

📋 copy color: '#88C875'

red 136 ◦ green 200 ◦ blue 117

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

Shades of De York #88C875

Tints of De York #88C875

RGB

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

 GREEN value IS 200 (78.52% from 255) = 44.15%

 BLUE value IS 117 (46.09% from 255) = 25.83%

R = 30.02%
G = 44.15%
B = 25.83%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#88C875 (or 0x88C875) is known color: De York. HEX triplet: 88, C8 and 75. RGB value is (136,200,117). Sum of RGB (Red+Green+Blue) = 136+200+117=453 (60% of max value = 765). Red value is 136 (53.52% from 255 or 30.02% from 453); Green value is 200 (78.52% from 255 or 44.15% from 453); Blue value is 117 (46.09% from 255 or 25.83% from 453); Max value from RGB is 200 - color contains mainly: green. Hex color #88C875 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88C875 is #77378A. Grayscale: #ABABAB. Windows color (decimal): -7813003 or 7719048. OLE color: 7719048.

HSL color Cylindrical-coordinate representation of color #88C875: hue angle of 106.27º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #88C875 is Cyan = 0.32, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 136 200 117 -
CMYK 0.32 0 0.42 0.22
HSL 106.27º 0.43% 0.62% -
HSV(B) 106.27º 0.42% 0.78% -
XYZ 34.02 47.83 24.27 -
YUV 171.4 97.3 102.75 -
System Red Green Blue C M Y K H S L
Decimal 136 200 117 0.32 0 0.42 0.22 106.27 0.43 0.62
Hex 88 C8 75 20 0 2A 16 6A 2B 3E
Octal 210 310 165 40 0 52 26 152 53 76
Binary 10001000 11001000 1110101 100000 0 101010 10110 1101010 101011 111110

Color Harmonies of #88C875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88C875

Black with #88C875

Text Example


Text Example

White with #88C875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,200,117); }

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

background-color css

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

 a { background-color: rgb(136,200,117); }

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

border-color css

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

 span { border-color: rgb(136,200,117); }

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