#8BD490

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

Shades of De York #8BD490

Tints of De York #8BD490

Color information

#8BD490 (or 0x8BD490) is unknown color: approx De York. HEX triplet: 8B, D4 and 90. RGB value is (139,212,144). Sum of RGB (Red+Green+Blue) = 139+212+144=495 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.08% from 495); Green value is 212 (83.20% from 255 or 42.83% from 495); Blue value is 144 (56.64% from 255 or 29.09% from 495); Max value from RGB is 212 - color contains mainly: green. Hex color #8BD490 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD490 is #742B6F. Grayscale: #B6B6B6. Windows color (decimal): -7613296 or 9491595. OLE color: 9491595.

HSL color Cylindrical-coordinate representation of color #8BD490: hue angle of 124.11º degrees, saturation: 0.46, 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 #8BD490 is Cyan = 0.34, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.17.

Color convert

RGB139212144-
CMYK0.3400.320.17
HSL124.11º45.91%68.82%-
HSV(B)124.11º34.43%83.14%-
XYZ39.2254.5934.86-
YUV182.42106.3297.03-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.08%
GREEN value IS 212 (83.20% from 255) = 42.83%
BLUE value IS 144 (56.64% from 255) = 29.09%
R=28.08%
G=42.83%
B=29.09%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1392121440.3400.320.17124.1145.9168.82
Hex8BD49022020117c2e45
Octal213324220420402117456105
Binary10001011110101001001000010001001000001000111111001011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,212,144); }

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

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

 a { background-color: rgb(139,212,144); }

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

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

 span { border-color: rgb(139,212,144); }

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