#8BD391

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

Shades of De York #8BD391

Tints of De York #8BD391

Color information

#8BD391 (or 0x8BD391) is unknown color: approx De York. HEX triplet: 8B, D3 and 91. RGB value is (139,211,145). Sum of RGB (Red+Green+Blue) = 139+211+145=495 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.08% from 495); Green value is 211 (82.81% from 255 or 42.63% from 495); Blue value is 145 (57.03% from 255 or 29.29% from 495); Max value from RGB is 211 - color contains mainly: green. Hex color #8BD391 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD391 is #742C6E. Grayscale: #B6B6B6. Windows color (decimal): -7613551 or 9556875. OLE color: 9556875.

HSL color Cylindrical-coordinate representation of color #8BD391: hue angle of 125º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8BD391 is Cyan = 0.34, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.17.

Color convert

RGB139211145-
CMYK0.3400.310.17
HSL125º45%68.63%-
HSV(B)125º34.12%82.75%-
XYZ39.0554.1235.18-
YUV181.95107.1597.37-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.08%
GREEN value IS 211 (82.81% from 255) = 42.63%
BLUE value IS 145 (57.03% from 255) = 29.29%
R=28.08%
G=42.63%
B=29.29%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1392111450.3400.310.171254568.63
Hex8BD3912201F117d2d45
Octal213323221420372117555105
Binary1000101111010011100100011000100111111000111111011011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,211,145); }

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

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

 a { background-color: rgb(139,211,145); }

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

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

 span { border-color: rgb(139,211,145); }

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