#9BFB58

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

Shades of Conifer #9BFB58

Tints of Conifer #9BFB58

Color information

#9BFB58 (or 0x9BFB58) is unknown color: approx Conifer. HEX triplet: 9B, FB and 58. RGB value is (155,251,88). Sum of RGB (Red+Green+Blue) = 155+251+88=494 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.38% from 494); Green value is 251 (98.44% from 255 or 50.81% from 494); Blue value is 88 (34.77% from 255 or 17.81% from 494); Max value from RGB is 251 - color contains mainly: green. Hex color #9BFB58 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BFB58 is #6404A7. Grayscale: #CCCCCC. Windows color (decimal): -6554792 or 5831579. OLE color: 5831579.

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

Color convert

RGB15525188-
CMYK0.3800.650.02
HSL95.34º95.32%66.47%-
HSV(B)95.34º64.94%98.43%-
XYZ49.7876.6721.41-
YUV203.7162.793.25-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.38%
GREEN value IS 251 (98.44% from 255) = 50.81%
BLUE value IS 88 (34.77% from 255) = 17.81%
R=31.38%
G=50.81%
B=17.81%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal155251880.3800.650.0295.3495.3266.47
Hex9BFB582604125f5f42
Octal2333731304601012137137102
Binary100110111111101110110001001100100000110101111110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BFB58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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