#8fc050

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

Shades of Chelsea Cucumber #8FC050

Tints of Chelsea Cucumber #8FC050

Color information

#8FC050 (or 0x8FC050) is unknown color: approx Chelsea Cucumber. HEX triplet: 8F, C0 and 50. RGB value is (143,192,80). Sum of RGB (Red+Green+Blue) = 143+192+80=415 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.46% from 415); Green value is 192 (75.39% from 255 or 46.27% from 415); Blue value is 80 (31.64% from 255 or 19.28% from 415); Max value from RGB is 192 - color contains mainly: green. Hex color #8FC050 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC050 is #703FAF. Grayscale: #A4A4A4. Windows color (decimal): -7356336 or 5292175. OLE color: 5292175.

HSL color Cylindrical-coordinate representation of color #8FC050: hue angle of 86.25º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8FC050 is Cyan = 0.26, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB14319280-
CMYK0.2600.580.25
HSL86.25º47.06%53.33%-
HSV(B)86.25º58.33%75.29%-
XYZ31.6344.1214.44-
YUV164.5880.27112.61-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.46%
GREEN value IS 192 (75.39% from 255) = 46.27%
BLUE value IS 80 (31.64% from 255) = 19.28%
R=34.46%
G=46.27%
B=19.28%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal143192800.2600.580.2586.2547.0653.33
Hex8FC0501A03A19562f35
Octal21730012032072311265765
Binary10001111110000001010000110100111010110011010110101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8fc050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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