#8DAD50

Color #8DAD50 Chelsea Cucumber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Cucumber #8DAD50

Tints of Chelsea Cucumber #8DAD50

Color information

#8DAD50 (or 0x8DAD50) is unknown color: approx Chelsea Cucumber. HEX triplet: 8D, AD and 50. RGB value is (141,173,80). Sum of RGB (Red+Green+Blue) = 141+173+80=394 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.79% from 394); Green value is 173 (67.97% from 255 or 43.91% from 394); Blue value is 80 (31.64% from 255 or 20.30% from 394); Max value from RGB is 173 - color contains mainly: green. Hex color #8DAD50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DAD50 is #7252AF. Grayscale: #999999. Windows color (decimal): -7492272 or 5287309. OLE color: 5287309.

HSL color Cylindrical-coordinate representation of color #8DAD50: hue angle of 80.65º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8DAD50 is Cyan = 0.18, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.32.

Color convert

RGB14117380-
CMYK0.1800.540.32
HSL80.65º36.76%49.61%-
HSV(B)80.65º53.76%67.84%-
XYZ27.3836.1313.12-
YUV152.8386.9119.56-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.79%
GREEN value IS 173 (67.97% from 255) = 43.91%
BLUE value IS 80 (31.64% from 255) = 20.30%
R=35.79%
G=43.91%
B=20.30%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal141173800.1800.540.3280.6536.7649.61
Hex8DAD501203620512532
Octal21525512022066401214562
Binary100011011010110110100001001001101101000001010001100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAD50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,173,80); }

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

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

 a { background-color: rgb(141,173,80); }

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

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

 span { border-color: rgb(141,173,80); }

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