#8FB75D

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

Shades of Chelsea Cucumber #8FB75D

Tints of Chelsea Cucumber #8FB75D

Color information

#8FB75D (or 0x8FB75D) is unknown color: approx Chelsea Cucumber. HEX triplet: 8F, B7 and 5D. RGB value is (143,183,93). Sum of RGB (Red+Green+Blue) = 143+183+93=419 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.13% from 419); Green value is 183 (71.88% from 255 or 43.68% from 419); Blue value is 93 (36.72% from 255 or 22.20% from 419); Max value from RGB is 183 - color contains mainly: green. Hex color #8FB75D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FB75D is #7048A2. Grayscale: #A1A1A1. Windows color (decimal): -7358627 or 6141839. OLE color: 6141839.

HSL color Cylindrical-coordinate representation of color #8FB75D: hue angle of 86.67º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8FB75D is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB14318393-
CMYK0.2200.490.28
HSL86.67º38.46%54.12%-
HSV(B)86.67º49.18%71.76%-
XYZ30.2440.516.58-
YUV160.7889.75115.32-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.13%
GREEN value IS 183 (71.88% from 255) = 43.68%
BLUE value IS 93 (36.72% from 255) = 22.20%
R=34.13%
G=43.68%
B=22.20%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal143183930.2200.490.2886.6738.4654.12
Hex8FB75D160311C572636
Octal21726713526061341274666
Binary10001111101101111011101101100110001111001010111100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB75D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,183,93); }

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

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

 a { background-color: rgb(143,183,93); }

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

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

 span { border-color: rgb(143,183,93); }

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