#8BC37F

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

Shades of De York #8BC37F

Tints of De York #8BC37F

Color information

#8BC37F (or 0x8BC37F) is unknown color: approx De York. HEX triplet: 8B, C3 and 7F. RGB value is (139,195,127). Sum of RGB (Red+Green+Blue) = 139+195+127=461 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.15% from 461); Green value is 195 (76.56% from 255 or 42.30% from 461); Blue value is 127 (50% from 255 or 27.55% from 461); Max value from RGB is 195 - color contains mainly: green. Hex color #8BC37F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC37F is #743C80. Grayscale: #AAAAAA. Windows color (decimal): -7617665 or 8373131. OLE color: 8373131.

HSL color Cylindrical-coordinate representation of color #8BC37F: hue angle of 109.41º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8BC37F is Cyan = 0.29, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB139195127-
CMYK0.2900.350.24
HSL109.41º36.17%63.14%-
HSV(B)109.41º34.87%76.47%-
XYZ33.9946.0527.18-
YUV170.5103.45105.53-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.15%
GREEN value IS 195 (76.56% from 255) = 42.30%
BLUE value IS 127 (50% from 255) = 27.55%
R=30.15%
G=42.30%
B=27.55%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1391951270.2900.350.24109.4136.1763.14
Hex8BC37F1D023186d243f
Octal21330317735043301554477
Binary10001011110000111111111111010100011110001101101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC37F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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