#9BFB5B

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

Shades of Conifer #9BFB5B

Tints of Conifer #9BFB5B

Color information

#9BFB5B (or 0x9BFB5B) is unknown color: approx Conifer. HEX triplet: 9B, FB and 5B. RGB value is (155,251,91). Sum of RGB (Red+Green+Blue) = 155+251+91=497 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.19% from 497); Green value is 251 (98.44% from 255 or 50.50% from 497); Blue value is 91 (35.94% from 255 or 18.31% from 497); Max value from RGB is 251 - color contains mainly: green. Hex color #9BFB5B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BFB5B is #6404A4. Grayscale: #CCCCCC. Windows color (decimal): -6554789 or 6028187. OLE color: 6028187.

HSL color Cylindrical-coordinate representation of color #9BFB5B: hue angle of 96º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9BFB5B is Cyan = 0.38, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.

Color convert

RGB15525191-
CMYK0.3800.640.02
HSL96º95.24%67.06%-
HSV(B)96º63.75%98.43%-
XYZ49.976.7222.08-
YUV204.0664.293.01-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.19%
GREEN value IS 251 (98.44% from 255) = 50.50%
BLUE value IS 91 (35.94% from 255) = 18.31%
R=31.19%
G=50.50%
B=18.31%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal155251910.3800.640.029695.2467.06
Hex9BFB5B260402605f43
Octal2333731334601002140137103
Binary100110111111101110110111001100100000010110000010111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BFB5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,251,91); }

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

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

 a { background-color: rgb(155,251,91); }

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

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

 span { border-color: rgb(155,251,91); }

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