#8CD58A

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

Shades of De York #8CD58A

Tints of De York #8CD58A

Color information

#8CD58A (or 0x8CD58A) is unknown color: approx De York. HEX triplet: 8C, D5 and 8A. RGB value is (140,213,138). Sum of RGB (Red+Green+Blue) = 140+213+138=491 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.51% from 491); Green value is 213 (83.59% from 255 or 43.38% from 491); Blue value is 138 (54.30% from 255 or 28.11% from 491); Max value from RGB is 213 - color contains mainly: green. Hex color #8CD58A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CD58A is #732A75. Grayscale: #B6B6B6. Windows color (decimal): -7547510 or 9098636. OLE color: 9098636.

HSL color Cylindrical-coordinate representation of color #8CD58A: hue angle of 118.4º 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 #8CD58A is Cyan = 0.34, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB140213138-
CMYK0.3400.350.16
HSL118.4º47.17%68.82%-
HSV(B)118.4º35.21%83.53%-
XYZ39.25532.59-
YUV182.62102.8297.6-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.51%
GREEN value IS 213 (83.59% from 255) = 43.38%
BLUE value IS 138 (54.30% from 255) = 28.11%
R=28.51%
G=43.38%
B=28.11%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1402131380.3400.350.16118.447.1768.82
Hex8CD58A2202310762f45
Octal214325212420432016657105
Binary10001100110101011000101010001001000111000011101101011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,213,138); }

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

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

 a { background-color: rgb(140,213,138); }

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

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

 span { border-color: rgb(140,213,138); }

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