#8CD58D

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

Shades of De York #8CD58D

Tints of De York #8CD58D

Color information

#8CD58D (or 0x8CD58D) is unknown color: approx De York. HEX triplet: 8C, D5 and 8D. RGB value is (140,213,141). Sum of RGB (Red+Green+Blue) = 140+213+141=494 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.34% from 494); Green value is 213 (83.59% from 255 or 43.12% from 494); Blue value is 141 (55.47% from 255 or 28.54% from 494); Max value from RGB is 213 - color contains mainly: green. Hex color #8CD58D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CD58D is #732A72. Grayscale: #B7B7B7. Windows color (decimal): -7547507 or 9295244. OLE color: 9295244.

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

Color convert

RGB140213141-
CMYK0.3400.340.16
HSL120.82º46.5%69.22%-
HSV(B)120.82º34.27%83.53%-
XYZ39.4255.0933.75-
YUV182.96104.3297.35-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.34%
GREEN value IS 213 (83.59% from 255) = 43.12%
BLUE value IS 141 (55.47% from 255) = 28.54%
R=28.34%
G=43.12%
B=28.54%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1402131410.3400.340.16120.8246.569.22
Hex8CD58D2202210792e45
Octal214325215420422017156105
Binary10001100110101011000110110001001000101000011110011011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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