#8FB248

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

Shades of Chelsea Cucumber #8FB248

Tints of Chelsea Cucumber #8FB248

Color information

#8FB248 (or 0x8FB248) is unknown color: approx Chelsea Cucumber. HEX triplet: 8F, B2 and 48. RGB value is (143,178,72). Sum of RGB (Red+Green+Blue) = 143+178+72=393 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.39% from 393); Green value is 178 (69.92% from 255 or 45.29% from 393); Blue value is 72 (28.52% from 255 or 18.32% from 393); Max value from RGB is 178 - color contains mainly: green. Hex color #8FB248 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FB248 is #704DB7. Grayscale: #9B9B9B. Windows color (decimal): -7359928 or 4764303. OLE color: 4764303.

HSL color Cylindrical-coordinate representation of color #8FB248: hue angle of 79.81º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8FB248 is Cyan = 0.20, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB14317872-
CMYK0.2000.600.30
HSL79.81º42.4%49.02%-
HSV(B)79.81º59.55%69.8%-
XYZ28.4238.1512-
YUV155.4580.9119.12-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.39%
GREEN value IS 178 (69.92% from 255) = 45.29%
BLUE value IS 72 (28.52% from 255) = 18.32%
R=36.39%
G=45.29%
B=18.32%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal143178720.2000.600.3079.8142.449.02
Hex8FB2481403C1E502a31
Octal21726211024074361205261
Binary10001111101100101001000101000111100111101010000101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,178,72); }

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

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

 a { background-color: rgb(143,178,72); }

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

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

 span { border-color: rgb(143,178,72); }

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