#8DB64A

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

Shades of Chelsea Cucumber #8DB64A

Tints of Chelsea Cucumber #8DB64A

Color information

#8DB64A (or 0x8DB64A) is unknown color: approx Chelsea Cucumber. HEX triplet: 8D, B6 and 4A. RGB value is (141,182,74). Sum of RGB (Red+Green+Blue) = 141+182+74=397 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.52% from 397); Green value is 182 (71.48% from 255 or 45.84% from 397); Blue value is 74 (29.30% from 255 or 18.64% from 397); Max value from RGB is 182 - color contains mainly: green. Hex color #8DB64A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB64A is #7249B5. Grayscale: #9D9D9D. Windows color (decimal): -7489974 or 4896397. OLE color: 4896397.

HSL color Cylindrical-coordinate representation of color #8DB64A: hue angle of 82.78º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8DB64A is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB14118274-
CMYK0.2300.590.29
HSL82.78º42.52%50.2%-
HSV(B)82.78º59.34%71.37%-
XYZ28.9539.6112.6-
YUV157.4380.92116.28-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.52%
GREEN value IS 182 (71.48% from 255) = 45.84%
BLUE value IS 74 (29.30% from 255) = 18.64%
R=35.52%
G=45.84%
B=18.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal141182740.2300.590.2982.7842.5250.2
Hex8DB64A1703B1D532b32
Octal21526611227073351235362
Binary10001101101101101001010101110111011111011010011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB64A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,182,74); }

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

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

 a { background-color: rgb(141,182,74); }

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

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

 span { border-color: rgb(141,182,74); }

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