#8BD57B

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

Shades of De York #8BD57B

Tints of De York #8BD57B

Color information

#8BD57B (or 0x8BD57B) is unknown color: approx De York. HEX triplet: 8B, D5 and 7B. RGB value is (139,213,123). Sum of RGB (Red+Green+Blue) = 139+213+123=475 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.26% from 475); Green value is 213 (83.59% from 255 or 44.84% from 475); Blue value is 123 (48.44% from 255 or 25.89% from 475); Max value from RGB is 213 - color contains mainly: green. Hex color #8BD57B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BD57B is #742A84. Grayscale: #B4B4B4. Windows color (decimal): -7613061 or 8115595. OLE color: 8115595.

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

Color convert

RGB139213123-
CMYK0.3500.420.16
HSL109.33º51.72%65.88%-
HSV(B)109.33º42.25%83.53%-
XYZ38.0254.5127.26-
YUV180.6195.4898.32-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.26%
GREEN value IS 213 (83.59% from 255) = 44.84%
BLUE value IS 123 (48.44% from 255) = 25.89%
R=29.26%
G=44.84%
B=25.89%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1392131230.3500.420.16109.3351.7265.88
Hex8BD57B2302A106d3442
Octal213325173430522015564102
Binary1000101111010101111101110001101010101000011011011101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD57B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,213,123); }

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

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

 a { background-color: rgb(139,213,123); }

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

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

 span { border-color: rgb(139,213,123); }

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