#8DB54B

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

Shades of Chelsea Cucumber #8DB54B

Tints of Chelsea Cucumber #8DB54B

Color information

#8DB54B (or 0x8DB54B) is unknown color: approx Chelsea Cucumber. HEX triplet: 8D, B5 and 4B. RGB value is (141,181,75). Sum of RGB (Red+Green+Blue) = 141+181+75=397 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.52% from 397); Green value is 181 (71.09% from 255 or 45.59% from 397); Blue value is 75 (29.69% from 255 or 18.89% from 397); Max value from RGB is 181 - color contains mainly: green. Hex color #8DB54B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB54B is #724AB4. Grayscale: #9D9D9D. Windows color (decimal): -7490229 or 4961677. OLE color: 4961677.

HSL color Cylindrical-coordinate representation of color #8DB54B: hue angle of 82.64º degrees, saturation: 0.42, 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 #8DB54B is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB14118175-
CMYK0.2200.590.29
HSL82.64º41.73%50.2%-
HSV(B)82.64º58.56%70.98%-
XYZ28.7839.2212.71-
YUV156.9681.75116.62-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.52%
GREEN value IS 181 (71.09% from 255) = 45.59%
BLUE value IS 75 (29.69% from 255) = 18.89%
R=35.52%
G=45.59%
B=18.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal141181750.2200.590.2982.6441.7350.2
Hex8DB54B1603B1D532a32
Octal21526511326073351235262
Binary10001101101101011001011101100111011111011010011101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB54B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,181,75); }

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

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

 a { background-color: rgb(141,181,75); }

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

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

 span { border-color: rgb(141,181,75); }

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