#8FB65D

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

Shades of Chelsea Cucumber #8FB65D

Tints of Chelsea Cucumber #8FB65D

Color information

#8FB65D (or 0x8FB65D) is unknown color: approx Chelsea Cucumber. HEX triplet: 8F, B6 and 5D. RGB value is (143,182,93). Sum of RGB (Red+Green+Blue) = 143+182+93=418 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.21% from 418); Green value is 182 (71.48% from 255 or 43.54% from 418); Blue value is 93 (36.72% from 255 or 22.25% from 418); Max value from RGB is 182 - color contains mainly: green. Hex color #8FB65D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FB65D is #7049A2. Grayscale: #A0A0A0. Windows color (decimal): -7358883 or 6141583. OLE color: 6141583.

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

Color convert

RGB14318293-
CMYK0.2100.490.29
HSL86.29º37.87%53.92%-
HSV(B)86.29º48.9%71.37%-
XYZ30.0340.0916.51-
YUV160.1990.08115.74-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.21%
GREEN value IS 182 (71.48% from 255) = 43.54%
BLUE value IS 93 (36.72% from 255) = 22.25%
R=34.21%
G=43.54%
B=22.25%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal143182930.2100.490.2986.2937.8753.92
Hex8FB65D150311D562636
Octal21726613525061351264666
Binary10001111101101101011101101010110001111011010110100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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