Html Css Color HEX #88BF80 De York

📋 copy color: '#88BF80'

red 136 ◦ green 191 ◦ blue 128

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

Shades of De York #88BF80

Tints of De York #88BF80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 28.13%

R = 29.89%
G = 41.98%
B = 28.13%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#88BF80 (or 0x88BF80) is known color: De York. HEX triplet: 88, BF and 80. RGB value is (136,191,128). Sum of RGB (Red+Green+Blue) = 136+191+128=455 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.89% from 455); Green value is 191 (75% from 255 or 41.98% from 455); Blue value is 128 (50.39% from 255 or 28.13% from 455); Max value from RGB is 191 - color contains mainly: green. Hex color #88BF80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88BF80 is #77407F. Grayscale: #A7A7A7. Windows color (decimal): -7815296 or 8437640. OLE color: 8437640.

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

Color convert

RGB 136 191 128 -
CMYK 0.29 0 0.33 0.25
HSL 112.38º 0.33% 0.63% -
HSV(B) 112.38º 0.33% 0.75% -
XYZ 32.68 44.05 27.2 -
YUV 167.37 105.78 105.62 -
System Red Green Blue C M Y K H S L
Decimal 136 191 128 0.29 0 0.33 0.25 112.38 0.33 0.63
Hex 88 BF 80 1D 0 21 19 70 21 3F
Octal 210 277 200 35 0 41 31 160 41 77
Binary 10001000 10111111 10000000 11101 0 100001 11001 1110000 100001 111111

Color Harmonies of #88BF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88BF80

Black with #88BF80

Text Example


Text Example

White with #88BF80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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