#8BD67F

Color #8BD67F De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #8BD67F

Tints of De York #8BD67F

Color information

#8BD67F (or 0x8BD67F) is unknown color: approx De York. HEX triplet: 8B, D6 and 7F. RGB value is (139,214,127). Sum of RGB (Red+Green+Blue) = 139+214+127=480 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.96% from 480); Green value is 214 (83.98% from 255 or 44.58% from 480); Blue value is 127 (50% from 255 or 26.46% from 480); Max value from RGB is 214 - color contains mainly: green. Hex color #8BD67F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BD67F is #742980. Grayscale: #B5B5B5. Windows color (decimal): -7612801 or 8377995. OLE color: 8377995.

HSL color Cylindrical-coordinate representation of color #8BD67F: hue angle of 111.72º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BD67F is Cyan = 0.35, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB139214127-
CMYK0.3500.410.16
HSL111.72º51.48%66.86%-
HSV(B)111.72º40.65%83.92%-
XYZ38.5255.1128.69-
YUV181.6697.1597.57-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.96%
GREEN value IS 214 (83.98% from 255) = 44.58%
BLUE value IS 127 (50% from 255) = 26.46%
R=28.96%
G=44.58%
B=26.46%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1392141270.3500.410.16111.7251.4866.86
Hex8BD67F2302910703343
Octal213326177430512016063103
Binary1000101111010110111111110001101010011000011100001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD67F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8BD67F; }

 p { color: rgb(139,214,127); }

 H1.HeaderClassName
 {
   color: #8BD67F;
 }
 .AnyTagClassName
 {
   color: #8BD67F;
 }
</style>
background-color css

<style>
 a { background-color: #8BD67F; }

 a { background-color: rgb(139,214,127); }

 div.DivClassName
 {
   background-color: #8BD67F;
 }
 .BgClassName
 {
   background-color: #8BD67F;
 }
</style>
border-color css

<style>
 span { border-color: #8BD67F; }

 span { border-color: rgb(139,214,127); }

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