#8FBC50

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

Shades of Chelsea Cucumber #8FBC50

Tints of Chelsea Cucumber #8FBC50

Color information

#8FBC50 (or 0x8FBC50) is unknown color: approx Chelsea Cucumber. HEX triplet: 8F, BC and 50. RGB value is (143,188,80). Sum of RGB (Red+Green+Blue) = 143+188+80=411 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.79% from 411); Green value is 188 (73.83% from 255 or 45.74% from 411); Blue value is 80 (31.64% from 255 or 19.46% from 411); Max value from RGB is 188 - color contains mainly: green. Hex color #8FBC50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FBC50 is #7043AF. Grayscale: #A2A2A2. Windows color (decimal): -7357360 or 5291151. OLE color: 5291151.

HSL color Cylindrical-coordinate representation of color #8FBC50: hue angle of 85º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8FBC50 is Cyan = 0.24, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB14318880-
CMYK0.2400.570.26
HSL85º44.63%52.55%-
HSV(B)85º57.45%73.73%-
XYZ30.7642.3914.15-
YUV162.2381.59114.28-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.79%
GREEN value IS 188 (73.83% from 255) = 45.74%
BLUE value IS 80 (31.64% from 255) = 19.46%
R=34.79%
G=45.74%
B=19.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal143188800.2400.570.268544.6352.55
Hex8FBC50180391A552d35
Octal21727412030071321255565
Binary10001111101111001010000110000111001110101010101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBC50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,188,80); }

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

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

 a { background-color: rgb(143,188,80); }

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

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

 span { border-color: rgb(143,188,80); }

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