#8DB74A

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

Shades of Chelsea Cucumber #8DB74A

Tints of Chelsea Cucumber #8DB74A

Color information

#8DB74A (or 0x8DB74A) is unknown color: approx Chelsea Cucumber. HEX triplet: 8D, B7 and 4A. RGB value is (141,183,74). Sum of RGB (Red+Green+Blue) = 141+183+74=398 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.43% from 398); Green value is 183 (71.88% from 255 or 45.98% from 398); Blue value is 74 (29.30% from 255 or 18.59% from 398); Max value from RGB is 183 - color contains mainly: green. Hex color #8DB74A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB74A is #7248B5. Grayscale: #9E9E9E. Windows color (decimal): -7489718 or 4896653. OLE color: 4896653.

HSL color Cylindrical-coordinate representation of color #8DB74A: hue angle of 83.12º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8DB74A is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB14118374-
CMYK0.2300.600.28
HSL83.12º43.08%50.39%-
HSV(B)83.12º59.56%71.76%-
XYZ29.1540.0212.67-
YUV158.0280.59115.86-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.43%
GREEN value IS 183 (71.88% from 255) = 45.98%
BLUE value IS 74 (29.30% from 255) = 18.59%
R=35.43%
G=45.98%
B=18.59%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal141183740.2300.600.2883.1243.0850.39
Hex8DB74A1703C1C532b32
Octal21526711227074341235362
Binary10001101101101111001010101110111100111001010011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB74A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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