#8BD67A

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

Shades of De York #8BD67A

Tints of De York #8BD67A

Color information

#8BD67A (or 0x8BD67A) is unknown color: approx De York. HEX triplet: 8B, D6 and 7A. RGB value is (139,214,122). Sum of RGB (Red+Green+Blue) = 139+214+122=475 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.26% from 475); Green value is 214 (83.98% from 255 or 45.05% from 475); Blue value is 122 (48.05% from 255 or 25.68% from 475); Max value from RGB is 214 - color contains mainly: green. Hex color #8BD67A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BD67A is #742985. Grayscale: #B5B5B5. Windows color (decimal): -7612806 or 8050315. OLE color: 8050315.

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

Color convert

RGB139214122-
CMYK0.3500.430.16
HSL108.91º52.87%65.88%-
HSV(B)108.91º42.99%83.92%-
XYZ38.2154.9927.01-
YUV181.0994.6597.98-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.26%
GREEN value IS 214 (83.98% from 255) = 45.05%
BLUE value IS 122 (48.05% from 255) = 25.68%
R=29.26%
G=45.05%
B=25.68%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1392141220.3500.430.16108.9152.8765.88
Hex8BD67A2302B106d3542
Octal213326172430532015565102
Binary1000101111010110111101010001101010111000011011011101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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