#8BD38A

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

Shades of De York #8BD38A

Tints of De York #8BD38A

Color information

#8BD38A (or 0x8BD38A) is unknown color: approx De York. HEX triplet: 8B, D3 and 8A. RGB value is (139,211,138). Sum of RGB (Red+Green+Blue) = 139+211+138=488 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.48% from 488); Green value is 211 (82.81% from 255 or 43.24% from 488); Blue value is 138 (54.30% from 255 or 28.28% from 488); Max value from RGB is 211 - color contains mainly: green. Hex color #8BD38A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD38A is #742C75. Grayscale: #B5B5B5. Windows color (decimal): -7613558 or 9098123. OLE color: 9098123.

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

Color convert

RGB139211138-
CMYK0.3400.350.17
HSL119.18º45.34%68.43%-
HSV(B)119.18º34.6%82.75%-
XYZ38.5353.9132.42-
YUV181.15103.6597.94-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.48%
GREEN value IS 211 (82.81% from 255) = 43.24%
BLUE value IS 138 (54.30% from 255) = 28.28%
R=28.48%
G=43.24%
B=28.28%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1392111380.3400.350.17119.1845.3468.43
Hex8BD38A2202311772d44
Octal213323212420432116755104
Binary10001011110100111000101010001001000111000111101111011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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