#8FD58B

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

Shades of De York #8FD58B

Tints of De York #8FD58B

Color information

#8FD58B (or 0x8FD58B) is unknown color: approx De York. HEX triplet: 8F, D5 and 8B. RGB value is (143,213,139). Sum of RGB (Red+Green+Blue) = 143+213+139=495 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.89% from 495); Green value is 213 (83.59% from 255 or 43.03% from 495); Blue value is 139 (54.69% from 255 or 28.08% from 495); Max value from RGB is 213 - color contains mainly: green. Hex color #8FD58B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FD58B is #702A74. Grayscale: #B7B7B7. Windows color (decimal): -7350901 or 9164175. OLE color: 9164175.

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

Color convert

RGB143213139-
CMYK0.3300.350.16
HSL116.76º46.84%69.02%-
HSV(B)116.76º34.74%83.53%-
XYZ39.7855.2933-
YUV183.63102.8199.02-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.89%
GREEN value IS 213 (83.59% from 255) = 43.03%
BLUE value IS 139 (54.69% from 255) = 28.08%
R=28.89%
G=43.03%
B=28.08%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1432131390.3300.350.16116.7646.8469.02
Hex8FD58B2102310752f45
Octal217325213410432016557105
Binary10001111110101011000101110000101000111000011101011011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FD58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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