#8DB75D

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

Shades of Chelsea Cucumber #8DB75D

Tints of Chelsea Cucumber #8DB75D

Color information

#8DB75D (or 0x8DB75D) is unknown color: approx Chelsea Cucumber. HEX triplet: 8D, B7 and 5D. RGB value is (141,183,93). Sum of RGB (Red+Green+Blue) = 141+183+93=417 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.81% from 417); Green value is 183 (71.88% from 255 or 43.88% from 417); Blue value is 93 (36.72% from 255 or 22.30% from 417); Max value from RGB is 183 - color contains mainly: green. Hex color #8DB75D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB75D is #7248A2. Grayscale: #A0A0A0. Windows color (decimal): -7489699 or 6141837. OLE color: 6141837.

HSL color Cylindrical-coordinate representation of color #8DB75D: hue angle of 88º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8DB75D is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB14118393-
CMYK0.2300.490.28
HSL88º38.46%54.12%-
HSV(B)88º49.18%71.76%-
XYZ29.8940.3216.56-
YUV160.1890.09114.32-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.81%
GREEN value IS 183 (71.88% from 255) = 43.88%
BLUE value IS 93 (36.72% from 255) = 22.30%
R=33.81%
G=43.88%
B=22.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal141183930.2300.490.288838.4654.12
Hex8DB75D170311C582636
Octal21526713527061341304666
Binary10001101101101111011101101110110001111001011000100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB75D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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