#8cc380

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

Shades of De York #8CC380

Tints of De York #8CC380

Color information

#8CC380 (or 0x8CC380) is unknown color: approx De York. HEX triplet: 8C, C3 and 80. RGB value is (140,195,128). Sum of RGB (Red+Green+Blue) = 140+195+128=463 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.24% from 463); Green value is 195 (76.56% from 255 or 42.12% from 463); Blue value is 128 (50.39% from 255 or 27.65% from 463); Max value from RGB is 195 - color contains mainly: green. Hex color #8CC380 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC380 is #733C7F. Grayscale: #ABABAB. Windows color (decimal): -7552128 or 8438668. OLE color: 8438668.

HSL color Cylindrical-coordinate representation of color #8CC380: hue angle of 109.25º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8CC380 is Cyan = 0.28, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB140195128-
CMYK0.2800.340.24
HSL109.25º35.83%63.33%-
HSV(B)109.25º34.36%76.47%-
XYZ34.2346.1627.53-
YUV170.92103.78105.95-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.24%
GREEN value IS 195 (76.56% from 255) = 42.12%
BLUE value IS 128 (50.39% from 255) = 27.65%
R=30.24%
G=42.12%
B=27.65%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1401951280.2800.340.24109.2535.8363.33
Hex8CC3801C022186d243f
Octal21430320034042301554477
Binary100011001100001110000000111000100010110001101101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8cc380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,195,128); }

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

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

 a { background-color: rgb(140,195,128); }

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

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

 span { border-color: rgb(140,195,128); }

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