Html Css Color HEX #88BF7F De York

📋 copy color: '#88BF7F'

red 136 ◦ green 191 ◦ blue 127

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

Shades of De York #88BF7F

Tints of De York #88BF7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.97%

R = 29.96%
G = 42.07%
B = 27.97%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#88BF7F (or 0x88BF7F) is known color: De York. HEX triplet: 88, BF and 7F. RGB value is (136,191,127). Sum of RGB (Red+Green+Blue) = 136+191+127=454 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.96% from 454); Green value is 191 (75% from 255 or 42.07% from 454); Blue value is 127 (50% from 255 or 27.97% from 454); Max value from RGB is 191 - color contains mainly: green. Hex color #88BF7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88BF7F is #774080. Grayscale: #A7A7A7. Windows color (decimal): -7815297 or 8372104. OLE color: 8372104.

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

Color convert

RGB 136 191 127 -
CMYK 0.29 0 0.34 0.25
HSL 111.56º 0.33% 0.62% -
HSV(B) 111.56º 0.34% 0.75% -
XYZ 32.61 44.03 26.86 -
YUV 167.26 105.28 105.7 -
System Red Green Blue C M Y K H S L
Decimal 136 191 127 0.29 0 0.34 0.25 111.56 0.33 0.62
Hex 88 BF 7F 1D 0 22 19 70 21 3E
Octal 210 277 177 35 0 42 31 160 41 76
Binary 10001000 10111111 1111111 11101 0 100010 11001 1110000 100001 111110

Color Harmonies of #88BF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88BF7F

Black with #88BF7F

Text Example


Text Example

White with #88BF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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