#8FB550

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

Shades of Chelsea Cucumber #8FB550

Tints of Chelsea Cucumber #8FB550

Color information

#8FB550 (or 0x8FB550) is unknown color: approx Chelsea Cucumber. HEX triplet: 8F, B5 and 50. RGB value is (143,181,80). Sum of RGB (Red+Green+Blue) = 143+181+80=404 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.40% from 404); Green value is 181 (71.09% from 255 or 44.80% from 404); Blue value is 80 (31.64% from 255 or 19.80% from 404); Max value from RGB is 181 - color contains mainly: green. Hex color #8FB550 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FB550 is #704AAF. Grayscale: #9E9E9E. Windows color (decimal): -7359152 or 5289359. OLE color: 5289359.

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

Color convert

RGB14318180-
CMYK0.2100.560.29
HSL82.57º40.56%51.18%-
HSV(B)82.57º55.8%70.98%-
XYZ29.339.4713.66-
YUV158.1283.91117.21-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.40%
GREEN value IS 181 (71.09% from 255) = 44.80%
BLUE value IS 80 (31.64% from 255) = 19.80%
R=35.40%
G=44.80%
B=19.80%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal143181800.2100.560.2982.5740.5651.18
Hex8FB550150381D532933
Octal21726512025070351235163
Binary10001111101101011010000101010111000111011010011101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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