#8DB75F

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

Shades of Chelsea Cucumber #8DB75F

Tints of Chelsea Cucumber #8DB75F

Color information

#8DB75F (or 0x8DB75F) is unknown color: approx Chelsea Cucumber. HEX triplet: 8D, B7 and 5F. RGB value is (141,183,95). Sum of RGB (Red+Green+Blue) = 141+183+95=419 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.65% from 419); Green value is 183 (71.88% from 255 or 43.68% from 419); Blue value is 95 (37.5% from 255 or 22.67% from 419); Max value from RGB is 183 - color contains mainly: green. Hex color #8DB75F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB75F is #7248A0. Grayscale: #A0A0A0. Windows color (decimal): -7489697 or 6272909. OLE color: 6272909.

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

Color convert

RGB14118395-
CMYK0.2300.480.28
HSL88.64º37.93%54.51%-
HSV(B)88.64º48.09%71.76%-
XYZ29.9840.3617.04-
YUV160.4191.09114.16-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.65%
GREEN value IS 183 (71.88% from 255) = 43.68%
BLUE value IS 95 (37.5% from 255) = 22.67%
R=33.65%
G=43.68%
B=22.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal141183950.2300.480.2888.6437.9354.51
Hex8DB75F170301C592637
Octal21526713727060341314667
Binary10001101101101111011111101110110000111001011001100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB75F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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