#8DB342

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

Shades of Chelsea Cucumber #8DB342

Tints of Chelsea Cucumber #8DB342

Color information

#8DB342 (or 0x8DB342) is unknown color: approx Chelsea Cucumber. HEX triplet: 8D, B3 and 42. RGB value is (141,179,66). Sum of RGB (Red+Green+Blue) = 141+179+66=386 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.53% from 386); Green value is 179 (70.31% from 255 or 46.37% from 386); Blue value is 66 (26.17% from 255 or 17.10% from 386); Max value from RGB is 179 - color contains mainly: green. Hex color #8DB342 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB342 is #724CBD. Grayscale: #9B9B9B. Windows color (decimal): -7490750 or 4371341. OLE color: 4371341.

HSL color Cylindrical-coordinate representation of color #8DB342: hue angle of 80.18º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8DB342 is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB14117966-
CMYK0.2100.630.30
HSL80.18º46.12%48.04%-
HSV(B)80.18º63.13%70.2%-
XYZ28.0938.311.07-
YUV154.7677.91118.19-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.53%
GREEN value IS 179 (70.31% from 255) = 46.37%
BLUE value IS 66 (26.17% from 255) = 17.10%
R=36.53%
G=46.37%
B=17.10%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal141179660.2100.630.3080.1846.1248.04
Hex8DB3421503F1E502e30
Octal21526310225077361205660
Binary10001101101100111000010101010111111111101010000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,179,66); }

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

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

 a { background-color: rgb(141,179,66); }

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

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

 span { border-color: rgb(141,179,66); }

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