#9BF551

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

Shades of Conifer #9BF551

Tints of Conifer #9BF551

Color information

#9BF551 (or 0x9BF551) is unknown color: approx Conifer. HEX triplet: 9B, F5 and 51. RGB value is (155,245,81). Sum of RGB (Red+Green+Blue) = 155+245+81=481 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.22% from 481); Green value is 245 (96.09% from 255 or 50.94% from 481); Blue value is 81 (32.03% from 255 or 16.84% from 481); Max value from RGB is 245 - color contains mainly: green. Hex color #9BF551 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BF551 is #640AAE. Grayscale: #C7C7C7. Windows color (decimal): -6556335 or 5371291. OLE color: 5371291.

HSL color Cylindrical-coordinate representation of color #9BF551: hue angle of 92.93º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9BF551 is Cyan = 0.37, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB15524581-
CMYK0.3700.670.04
HSL92.93º89.13%63.92%-
HSV(B)92.93º66.94%96.08%-
XYZ47.6672.8719.34-
YUV199.3961.1896.34-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.22%
GREEN value IS 245 (96.09% from 255) = 50.94%
BLUE value IS 81 (32.03% from 255) = 16.84%
R=32.22%
G=50.94%
B=16.84%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal155245810.3700.670.0492.9389.1363.92
Hex9BF5512504345d5940
Octal2333651214501034135131100
Binary1001101111110101101000110010101000011100101110110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,245,81); }

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

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

 a { background-color: rgb(155,245,81); }

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

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

 span { border-color: rgb(155,245,81); }

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