#9FBF50

Color #9FBF50 Celery (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celery #9FBF50

Tints of Celery #9FBF50

Color information

#9FBF50 (or 0x9FBF50) is unknown color: approx Celery. HEX triplet: 9F, BF and 50. RGB value is (159,191,80). Sum of RGB (Red+Green+Blue) = 159+191+80=430 (56% of max value = 765). Red value is 159 (62.5% from 255 or 36.98% from 430); Green value is 191 (75% from 255 or 44.42% from 430); Blue value is 80 (31.64% from 255 or 18.60% from 430); Max value from RGB is 191 - color contains mainly: green. Hex color #9FBF50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBF50 is #6040AF. Grayscale: #A9A9A9. Windows color (decimal): -6308016 or 5291935. OLE color: 5291935.

HSL color Cylindrical-coordinate representation of color #9FBF50: hue angle of 77.3º degrees, saturation: 0.46, 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 #9FBF50 is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB15919180-
CMYK0.1700.580.25
HSL77.3º46.44%53.14%-
HSV(B)77.3º58.12%74.9%-
XYZ34.3845.2114.5-
YUV168.7877.9121.03-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.98%
GREEN value IS 191 (75% from 255) = 44.42%
BLUE value IS 80 (31.64% from 255) = 18.60%
R=36.98%
G=44.42%
B=18.60%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal159191800.1700.580.2577.346.4453.14
Hex9FBF501103A194d2e35
Octal23727712021072311155665
Binary10011111101111111010000100010111010110011001101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBF50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9FBF50; }

 p { color: rgb(159,191,80); }

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

<style>
 a { background-color: #9FBF50; }

 a { background-color: rgb(159,191,80); }

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

<style>
 span { border-color: #9FBF50; }

 span { border-color: rgb(159,191,80); }

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