Html Css Color HEX #88D07D De York

📋 copy color: '#88D07D'

red 136 ◦ green 208 ◦ blue 125

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

Shades of De York #88D07D

Tints of De York #88D07D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.35%

 BLUE value IS 125 (49.22% from 255) = 26.65%

R = 29%
G = 44.35%
B = 26.65%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#88D07D (or 0x88D07D) is known color: De York. HEX triplet: 88, D0 and 7D. RGB value is (136,208,125). Sum of RGB (Red+Green+Blue) = 136+208+125=469 (62% of max value = 765). Red value is 136 (53.52% from 255 or 29.00% from 469); Green value is 208 (81.64% from 255 or 44.35% from 469); Blue value is 125 (49.22% from 255 or 26.65% from 469); Max value from RGB is 208 - color contains mainly: green. Hex color #88D07D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88D07D is #772F82. Grayscale: #B1B1B1. Windows color (decimal): -7810947 or 8245384. OLE color: 8245384.

HSL color Cylindrical-coordinate representation of color #88D07D: hue angle of 112.05º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #88D07D is Cyan = 0.35, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 136 208 125 -
CMYK 0.35 0 0.40 0.18
HSL 112.05º 0.47% 0.65% -
HSV(B) 112.05º 0.4% 0.82% -
XYZ 36.41 51.83 27.49 -
YUV 177.01 98.65 98.75 -
System Red Green Blue C M Y K H S L
Decimal 136 208 125 0.35 0 0.40 0.18 112.05 0.47 0.65
Hex 88 D0 7D 23 0 28 12 70 2F 41
Octal 210 320 175 43 0 50 22 160 57 101
Binary 10001000 11010000 1111101 100011 0 101000 10010 1110000 101111 1000001

Color Harmonies of #88D07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88D07D

Black with #88D07D

Text Example


Text Example

White with #88D07D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,208,125); }

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

background-color css

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

 a { background-color: rgb(136,208,125); }

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

border-color css

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

 span { border-color: rgb(136,208,125); }

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