#8DB45D

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

Shades of Chelsea Cucumber #8DB45D

Tints of Chelsea Cucumber #8DB45D

Color information

#8DB45D (or 0x8DB45D) is unknown color: approx Chelsea Cucumber. HEX triplet: 8D, B4 and 5D. RGB value is (141,180,93). Sum of RGB (Red+Green+Blue) = 141+180+93=414 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.06% from 414); Green value is 180 (70.70% from 255 or 43.48% from 414); Blue value is 93 (36.72% from 255 or 22.46% from 414); Max value from RGB is 180 - color contains mainly: green. Hex color #8DB45D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB45D is #724BA2. Grayscale: #9E9E9E. Windows color (decimal): -7490467 or 6141069. OLE color: 6141069.

HSL color Cylindrical-coordinate representation of color #8DB45D: hue angle of 86.9º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8DB45D is Cyan = 0.22, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB14118093-
CMYK0.2200.480.29
HSL86.9º36.71%53.53%-
HSV(B)86.9º48.33%70.59%-
XYZ29.2839.116.36-
YUV158.4291.08115.57-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.06%
GREEN value IS 180 (70.70% from 255) = 43.48%
BLUE value IS 93 (36.72% from 255) = 22.46%
R=34.06%
G=43.48%
B=22.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal141180930.2200.480.2986.936.7153.53
Hex8DB45D160301D572536
Octal21526413526060351274566
Binary10001101101101001011101101100110000111011010111100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB45D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,180,93); }

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

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

 a { background-color: rgb(141,180,93); }

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

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

 span { border-color: rgb(141,180,93); }

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