#8DB14D

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

Shades of Chelsea Cucumber #8DB14D

Tints of Chelsea Cucumber #8DB14D

Color information

#8DB14D (or 0x8DB14D) is unknown color: approx Chelsea Cucumber. HEX triplet: 8D, B1 and 4D. RGB value is (141,177,77). Sum of RGB (Red+Green+Blue) = 141+177+77=395 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.70% from 395); Green value is 177 (69.53% from 255 or 44.81% from 395); Blue value is 77 (30.47% from 255 or 19.49% from 395); Max value from RGB is 177 - color contains mainly: green. Hex color #8DB14D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DB14D is #724EB2. Grayscale: #9B9B9B. Windows color (decimal): -7491251 or 5091725. OLE color: 5091725.

HSL color Cylindrical-coordinate representation of color #8DB14D: hue angle of 81.6º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8DB14D is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB14117777-
CMYK0.2000.560.31
HSL81.6º39.37%49.8%-
HSV(B)81.6º56.5%69.41%-
XYZ28.0537.6412.81-
YUV154.8484.07118.13-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.70%
GREEN value IS 177 (69.53% from 255) = 44.81%
BLUE value IS 77 (30.47% from 255) = 19.49%
R=35.70%
G=44.81%
B=19.49%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal141177770.2000.560.3181.639.3749.8
Hex8DB14D140381F522732
Octal21526111524070371224762
Binary10001101101100011001101101000111000111111010010100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,177,77); }

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

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

 a { background-color: rgb(141,177,77); }

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

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

 span { border-color: rgb(141,177,77); }

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