Html Css Color HEX #88BF7D De York

📋 copy color: '#88BF7D'

red 136 ◦ green 191 ◦ blue 125

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

Shades of De York #88BF7D

Tints of De York #88BF7D

RGB

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

 GREEN value IS 191 (75% from 255) = 42.26%

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

R = 30.09%
G = 42.26%
B = 27.65%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#88BF7D (or 0x88BF7D) is known color: De York. HEX triplet: 88, BF and 7D. RGB value is (136,191,125). Sum of RGB (Red+Green+Blue) = 136+191+125=452 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.09% from 452); Green value is 191 (75% from 255 or 42.26% from 452); Blue value is 125 (49.22% from 255 or 27.65% from 452); Max value from RGB is 191 - color contains mainly: green. Hex color #88BF7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88BF7D is #774082. Grayscale: #A7A7A7. Windows color (decimal): -7815299 or 8241032. OLE color: 8241032.

HSL color Cylindrical-coordinate representation of color #88BF7D: hue angle of 110º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #88BF7D is Cyan = 0.29, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 136 191 125 -
CMYK 0.29 0 0.35 0.25
HSL 110º 0.34% 0.62% -
HSV(B) 110º 0.35% 0.75% -
XYZ 32.49 43.98 26.18 -
YUV 167.03 104.28 105.87 -
System Red Green Blue C M Y K H S L
Decimal 136 191 125 0.29 0 0.35 0.25 110 0.34 0.62
Hex 88 BF 7D 1D 0 23 19 6E 22 3E
Octal 210 277 175 35 0 43 31 156 42 76
Binary 10001000 10111111 1111101 11101 0 100011 11001 1101110 100010 111110

Color Harmonies of #88BF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88BF7D

Black with #88BF7D

Text Example


Text Example

White with #88BF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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