Html Css Color HEX #8FB050 Chelsea Cucumber

📋 copy color: '#8FB050'

red 143 ◦ green 176 ◦ blue 80

#8FB050
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chelsea Cucumber #8FB050

Tints of Chelsea Cucumber #8FB050

RGB

 RED value IS 143 (56.25% from 255) = 35.84%

 GREEN value IS 176 (69.14% from 255) = 44.11%

 BLUE value IS 80 (31.64% from 255) = 20.05%

R = 35.84%
G = 44.11%
B = 20.05%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#8FB050 (or 0x8FB050) is known color: Chelsea Cucumber. HEX triplet: 8F, B0 and 50. RGB value is (143,176,80). Sum of RGB (Red+Green+Blue) = 143+176+80=399 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.84% from 399); Green value is 176 (69.14% from 255 or 44.11% from 399); Blue value is 80 (31.64% from 255 or 20.05% from 399); Max value from RGB is 176 - color contains mainly: green. Hex color #8FB050 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FB050 is #704FAF. Grayscale: #9B9B9B. Windows color (decimal): -7360432 or 5288079. OLE color: 5288079.

HSL color Cylindrical-coordinate representation of color #8FB050: hue angle of 80.62º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8FB050 is Cyan = 0.19, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 143 176 80 -
CMYK 0.19 0 0.55 0.31
HSL 80.63º 0.38% 0.5% -
HSV(B) 80.63º 0.55% 0.69% -
XYZ 28.3 37.47 13.33 -
YUV 155.19 85.57 119.31 -
System Red Green Blue C M Y K H S L
Decimal 143 176 80 0.19 0 0.55 0.31 80.63 0.38 0.5
Hex 8F B0 50 13 0 37 1F 51 26 32
Octal 217 260 120 23 0 67 37 121 46 62
Binary 10001111 10110000 1010000 10011 0 110111 11111 1010001 100110 110010

Color Harmonies of #8FB050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FB050

Black with #8FB050

Text Example


Text Example

White with #8FB050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8FB050;
 }
 .AnyTagClassName
 {
   color: #8FB050;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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